mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Add command for only opening external docs and attempt to fix vscode-remote issue
This commit is contained in:
parent
6572ec8d94
commit
4296fe52ba
4 changed files with 47 additions and 17 deletions
|
@ -170,6 +170,7 @@ function createCommands(): Record<string, CommandFactory> {
|
|||
debug: { enabled: commands.debug },
|
||||
newDebugConfig: { enabled: commands.newDebugConfig },
|
||||
openDocs: { enabled: commands.openDocs },
|
||||
openExternalDocs: { enabled: commands.openExternalDocs },
|
||||
openCargoToml: { enabled: commands.openCargoToml },
|
||||
peekTests: { enabled: commands.peekTests },
|
||||
moveItemUp: { enabled: commands.moveItemUp },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue