mirror of
https://github.com/hannobraun/Fornjot
synced 2025-03-11 07:32:09 +00:00
Update VS code config
This commit is contained in:
parent
544e8540c0
commit
7ad2fee874
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@ -11,11 +11,11 @@
|
||||
"cargo": {
|
||||
"args": [
|
||||
"build",
|
||||
"--bin=fj-host",
|
||||
"--package=fj-host"
|
||||
"--bin=fj-app",
|
||||
"--package=fj-app"
|
||||
],
|
||||
"filter": {
|
||||
"name": "fj-host",
|
||||
"name": "fj-app",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
@ -30,11 +30,11 @@
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run",
|
||||
"--bin=fj-host",
|
||||
"--package=fj-host"
|
||||
"--bin=fj-app",
|
||||
"--package=fj-app"
|
||||
],
|
||||
"filter": {
|
||||
"name": "fj-host",
|
||||
"name": "fj-app",
|
||||
"kind": "bin"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user