mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Add custom cargo runners
This commit is contained in:
parent
c544f9a137
commit
a43a9103bc
6 changed files with 72 additions and 55 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue