"rust-analyzer.newDebugConfig" command

This commit is contained in:
vsrs 2020-05-11 18:00:15 +03:00
parent 155f060142
commit fee0a9fa5a
4 changed files with 36 additions and 3 deletions

View file

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