Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 2315c6b commit 78fe45eCopy full SHA for 78fe45e
src/tools/rust-analyzer/editors/code/src/debug.ts
@@ -195,7 +195,7 @@ function getCCppDebugConfig(
195
cwd: runnable.args.cwd || runnable.args.workspaceRoot || ".",
196
sourceFileMap,
197
environment: Object.entries(env).map(entry => {
198
- return { "name": entry[0], "value": entry[1] }
+ return { "name": entry[0], "value": entry[1] };
199
}),
200
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
201
osx: {
0 commit comments