better stats
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user