Skip to content

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJonas committed May 25, 2024
1 parent 2315c6b commit 78fe45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-analyzer/editors/code/src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 78fe45e

Please sign in to comment.