aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index c4c60c9..07691f6 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -7,15 +7,15 @@
{
"type": "lldb",
"request": "launch",
- "name": "Debug executable 'prog-lang-dev1'",
+ "name": "Debug executable 'tunk'",
"cargo": {
"args": [
"build",
- "--bin=prog-lang-dev1",
- "--package=prog-lang-dev1"
+ "--bin=tunk",
+ "--package=tunk"
],
"filter": {
- "name": "prog-lang-dev1",
+ "name": "tunk",
"kind": "bin"
}
},
@@ -27,16 +27,16 @@
{
"type": "lldb",
"request": "launch",
- "name": "Debug unit tests in executable 'prog-lang-dev1'",
+ "name": "Debug unit tests in executable 'tunk'",
"cargo": {
"args": [
"test",
"--no-run",
- "--bin=prog-lang-dev1",
- "--package=prog-lang-dev1"
+ "--bin=tunk",
+ "--package=tunk"
],
"filter": {
- "name": "prog-lang-dev1",
+ "name": "tunk",
"kind": "bin"
}
},