"rust-analyzer.debug" command

This commit is contained in:
vsrs 2020-05-11 16:06:57 +03:00
parent eb892d707c
commit 155f060142
4 changed files with 145 additions and 107 deletions

View file

@ -77,6 +77,7 @@ export async function activate(context: vscode.ExtensionContext) {
ctx.registerCommand('syntaxTree', commands.syntaxTree);
ctx.registerCommand('expandMacro', commands.expandMacro);
ctx.registerCommand('run', commands.run);
ctx.registerCommand('debug', commands.debug);
defaultOnEnter.dispose();
ctx.registerCommand('onEnter', commands.onEnter);