mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
better stats
This commit is contained in:
parent
021e691997
commit
8d68b76ba0
3 changed files with 109 additions and 11 deletions
|
@ -45,7 +45,10 @@ export function activate(context: vscode.ExtensionContext) {
|
|||
}
|
||||
|
||||
// Commands are requests from vscode to the language server
|
||||
registerCommand('ra-lsp.analyzerStatus', commands.analyzerStatus.handle);
|
||||
registerCommand(
|
||||
'ra-lsp.analyzerStatus',
|
||||
commands.analyzerStatus.makeCommand(context)
|
||||
);
|
||||
registerCommand('ra-lsp.syntaxTree', commands.syntaxTree.handle);
|
||||
registerCommand('ra-lsp.extendSelection', commands.extendSelection.handle);
|
||||
registerCommand('ra-lsp.matchingBrace', commands.matchingBrace.handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue