about summary refs log tree commit diff
path: root/editors/code/src/main.ts
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2022-10-14 09:28:44 +0200
committerGitHub <noreply@github.com>2022-10-14 09:28:44 +0200
commit55fdcbe339a002099c17ba545fb593163fef2011 (patch)
treea04ca7b7d517968f81de35cec88158202596e5ac /editors/code/src/main.ts
parent36a70b7435c48837018c71576d7bb4e8f763f501 (diff)
downloadrust-55fdcbe339a002099c17ba545fb593163fef2011.tar.gz
rust-55fdcbe339a002099c17ba545fb593163fef2011.zip
Revert "fix: in VSCode, correctly resolve relative paths to errors"
Diffstat (limited to 'editors/code/src/main.ts')
-rw-r--r--editors/code/src/main.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts
index 6e6c2513dd9..41bde4195e0 100644
--- a/editors/code/src/main.ts
+++ b/editors/code/src/main.ts
@@ -189,7 +189,6 @@ async function initCommonContext(context: vscode.ExtensionContext, ctx: Ctx) {
     ctx.registerCommand("resolveCodeAction", commands.resolveCodeAction);
     ctx.registerCommand("applyActionGroup", commands.applyActionGroup);
     ctx.registerCommand("gotoLocation", commands.gotoLocation);
-    ctx.registerCommand("cargoWorkspaceRootForCurrentRun", commands.getCargoWorkspaceDir);
 
     ctx.registerCommand("linkToCommand", commands.linkToCommand);
 }