fixed launch.json

This commit is contained in:
Moritz Gmeiner 2024-09-03 16:57:47 +02:00
commit 71c5e96dc1

8
.vscode/launch.json vendored
View file

@ -7,15 +7,15 @@
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'rlox2'",
"name": "Debug executable 'rlox'",
"cargo": {
"args": [
"build",
"--bin=rlox2",
"--bin=rlox",
"--package=rlox2"
],
"filter": {
"name": "rlox2",
"name": "rlox",
"kind": "bin"
}
},
@ -23,4 +23,4 @@
"cwd": "${workspaceFolder}"
}
]
}
}