Skip to content

Commit

Permalink
Add edit_settings command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Apr 30, 2023
1 parent 6907e03 commit 835ac4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LSP-vale-ls.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"session_name": "vale-ls",
"command_name": "cli.sync",
}
},
{
"caption": "Preferences: LSP-vale-ls Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/LSP-vale-ls/LSP-vale-ls.sublime-settings",
"default": "// Settings in here override those in \"LSP-vale-ls/LSP-vale-ls.sublime-settings\"\n{\n\t$0\n}\n"
}
}
]

0 comments on commit 835ac4a

Please sign in to comment.