diff options
Diffstat (limited to 'editors/code/src/extension.ts')
-rw-r--r-- | editors/code/src/extension.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/extension.ts b/editors/code/src/extension.ts index 0098c9454..288a852aa 100644 --- a/editors/code/src/extension.ts +++ b/editors/code/src/extension.ts | |||
@@ -45,6 +45,7 @@ export function activate(context: vscode.ExtensionContext) { | |||
45 | } | 45 | } |
46 | 46 | ||
47 | // Commands are requests from vscode to the language server | 47 | // Commands are requests from vscode to the language server |
48 | registerCommand('ra-lsp.analyzerStatus', commands.analyzerStatus.handle); | ||
48 | registerCommand('ra-lsp.syntaxTree', commands.syntaxTree.handle); | 49 | registerCommand('ra-lsp.syntaxTree', commands.syntaxTree.handle); |
49 | registerCommand('ra-lsp.extendSelection', commands.extendSelection.handle); | 50 | registerCommand('ra-lsp.extendSelection', commands.extendSelection.handle); |
50 | registerCommand('ra-lsp.matchingBrace', commands.matchingBrace.handle); | 51 | registerCommand('ra-lsp.matchingBrace', commands.matchingBrace.handle); |