From 6c6ae965ba1235b6cbd8299e2959698bd394e80a Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 8 Jul 2022 15:44:49 +0200 Subject: Update remaining GitHub URLs --- editors/code/src/debug.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/src/debug.ts') 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 + "}"); } -- cgit 1.4.1-3-g733a5