mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Tidy up vscode extension a bit
This commit is contained in:
parent
f9bb5476c3
commit
ff07caa9de
16 changed files with 143 additions and 171 deletions
|
@ -182,7 +182,7 @@ function createCommands(): Record<string, CommandFactory> {
|
|||
applySnippetWorkspaceEdit: { enabled: commands.applySnippetWorkspaceEditCommand },
|
||||
debugSingle: { enabled: commands.debugSingle },
|
||||
gotoLocation: { enabled: commands.gotoLocation },
|
||||
linkToCommand: { enabled: commands.linkToCommand },
|
||||
hoverRefCommandProxy: { enabled: commands.hoverRefCommandProxy },
|
||||
resolveCodeAction: { enabled: commands.resolveCodeAction },
|
||||
runSingle: { enabled: commands.runSingle },
|
||||
showReferences: { enabled: commands.showReferences },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue