mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-28 04:45:05 +00:00
Formatting
This commit is contained in:
parent
cb28175d22
commit
84ab0d83d5
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ function getCCppDebugConfig(
|
||||||
args: runnable.args.executableArgs,
|
args: runnable.args.executableArgs,
|
||||||
cwd: runnable.args.cwd || runnable.args.workspaceRoot || ".",
|
cwd: runnable.args.cwd || runnable.args.workspaceRoot || ".",
|
||||||
sourceFileMap,
|
sourceFileMap,
|
||||||
environment: Object.entries(env).map(entry => {
|
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
|
// See https://github.com/rust-lang/rust-analyzer/issues/16901#issuecomment-2024486941
|
||||||
osx: {
|
osx: {
|
||||||
|
|
Loading…
Reference in a new issue