We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a73a37a + 375386e commit fb133c8Copy full SHA for fb133c8
editors/code/src/debug.ts
@@ -225,7 +225,7 @@ async function discoverSourceFileMap(
225
const commitHash = rx.exec(data)?.[1];
226
if (commitHash) {
227
const rustlib = path.normalize(sysroot + "/lib/rustlib/src/rust");
228
- return { source: rustlib, destination: rustlib };
+ return { source: "/rustc/" + commitHash, destination: rustlib };
229
}
230
231
0 commit comments