Add custom cargo runners
This commit is contained in:
@@ -115,7 +115,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||
ctx.registerCommand('applyActionGroup', commands.applyActionGroup);
|
||||
ctx.registerCommand('gotoLocation', commands.gotoLocation);
|
||||
|
||||
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
|
||||
ctx.pushCleanup(activateTaskProvider(workspaceFolder, ctx.config));
|
||||
|
||||
activateStatusDisplay(ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user