mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Semicolon
This commit is contained in:
parent
aaa7e3a3c4
commit
cb28175d22
@ -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…
x
Reference in New Issue
Block a user