Semicolon
This commit is contained in:
parent
2315c6b764
commit
78fe45e273
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ function getCCppDebugConfig(
|
|||
cwd: runnable.args.cwd || runnable.args.workspaceRoot || ".",
|
||||
sourceFileMap,
|
||||
environment: Object.entries(env).map(entry => {
|
||||
return { "name": entry[0], "value": entry[1] }
|
||||
return { "name": entry[0], "value": entry[1] };
|
||||
}),
|
||||
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
|
||||
osx: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue