mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
fixed launch.json
This commit is contained in:
parent
947949601f
commit
71c5e96dc1
1 changed files with 4 additions and 4 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -7,15 +7,15 @@
|
||||||
{
|
{
|
||||||
"type": "lldb",
|
"type": "lldb",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Debug executable 'rlox2'",
|
"name": "Debug executable 'rlox'",
|
||||||
"cargo": {
|
"cargo": {
|
||||||
"args": [
|
"args": [
|
||||||
"build",
|
"build",
|
||||||
"--bin=rlox2",
|
"--bin=rlox",
|
||||||
"--package=rlox2"
|
"--package=rlox2"
|
||||||
],
|
],
|
||||||
"filter": {
|
"filter": {
|
||||||
"name": "rlox2",
|
"name": "rlox",
|
||||||
"kind": "bin"
|
"kind": "bin"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue