mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add fancy buttons to the vscode status message
This commit is contained in:
parent
0d19ccb3df
commit
2cb60343ed
3 changed files with 31 additions and 12 deletions
|
@ -188,5 +188,6 @@ function createCommands(): Record<string, CommandFactory> {
|
|||
runSingle: { enabled: commands.runSingle },
|
||||
showReferences: { enabled: commands.showReferences },
|
||||
triggerParameterHints: { enabled: commands.triggerParameterHints },
|
||||
openLogs: { enabled: commands.openLogs },
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue