about summary refs log tree commit diff
path: root/editors/code/src/debug.ts
diff options
context:
space:
mode:
authorJonas Schievink <jonas.schievink@ferrous-systems.com>2022-07-08 15:44:49 +0200
committerJonas Schievink <jonas.schievink@ferrous-systems.com>2022-07-08 15:44:49 +0200
commit6c6ae965ba1235b6cbd8299e2959698bd394e80a (patch)
tree17af8583fabe0eba9592c1e9882dfd145974aec1 /editors/code/src/debug.ts
parent09abd76c6a601797c2287a9ef341b7ce904e8aa6 (diff)
downloadrust-6c6ae965ba1235b6cbd8299e2959698bd394e80a.tar.gz
rust-6c6ae965ba1235b6cbd8299e2959698bd394e80a.zip
Update remaining GitHub URLs
Diffstat (limited to 'editors/code/src/debug.ts')
-rw-r--r--editors/code/src/debug.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/debug.ts b/editors/code/src/debug.ts
index 1f06c99576f..bd45599227e 100644
--- a/editors/code/src/debug.ts
+++ b/editors/code/src/debug.ts
@@ -114,7 +114,7 @@ async function getDebugConfiguration(
     const wsFolder = path.normalize(workspace.uri.fsPath);
     const workspaceQualifier = isMultiFolderWorkspace ? `:${workspace.name}` : "";
     function simplifyPath(p: string): string {
-        // see https://github.com/rust-analyzer/rust-analyzer/pull/5513#issuecomment-663458818 for why this is needed
+        // see https://github.com/rust-lang/rust-analyzer/pull/5513#issuecomment-663458818 for why this is needed
         return path.normalize(p).replace(wsFolder, "${workspaceFolder" + workspaceQualifier + "}");
     }