Skip to content

Commit

Permalink
made the launch config lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Jowett committed May 1, 2023
1 parent 066c214 commit e2116ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Launch Halvar (Debug)",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/Halvar${env:EXE_SUFFIX}${env:TARGET_SUFFIX}",
"program": "${workspaceFolder}/target/debug/halvar${env:EXE_SUFFIX}${env:TARGET_SUFFIX}",
"args":[],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
Expand Down

0 comments on commit e2116ea

Please sign in to comment.