"rust-analyzer.newDebugConfig" command
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user