Skip to content

Commit

Permalink
use $ref for lsp_format_on_paste
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jan 25, 2024
1 parent fdfdbaf commit 8bf0685
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sublime-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,7 @@
"markdownDescription": "Show errors and warnings count in the status bar."
},
"lsp_format_on_paste": {
"type": "boolean",
"default": false,
"markdownDescription": "Run the server's documentRangeFormattingProvider (if supported) on the pasted text."
"$ref": "sublime://settings/LSP#/definitions/lsp_format_on_paste"
},
"lsp_format_on_save": {
"$ref": "sublime://settings/LSP#/definitions/lsp_format_on_save"
Expand Down

0 comments on commit 8bf0685

Please sign in to comment.