Skip to content

Commit

Permalink
add schema for code actions on save (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 8, 2024
1 parent 2cdd031 commit b437ec3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,22 @@
}
}
}
},
{
"file_patterns": [
"LSP.sublime-settings"
],
"schema": {
"properties": {
"lsp_code_actions_on_save": {
"properties": {
"source.formatAll.terraform": {
"type": "boolean"
},
}
}
}
}
}
]
}
Expand Down

0 comments on commit b437ec3

Please sign in to comment.