1
Fork 0

Semicolon

This commit is contained in:
Jonas Rinke 2024-05-25 17:04:48 +02:00
parent 2315c6b764
commit 78fe45e273

View file

@ -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: {