aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2023-04-15 15:09:01 -0400
committerCara Salter <cara@devcara.com>2023-04-15 15:09:01 -0400
commita03540d61ed913b78f7c02f8b695fd69eea3e217 (patch)
tree7029841cee6b649b5ca192cd549b316dacfa24a9 /.vscode/launch.json
parentac4a926685c754f4af5adb20edf6eb23e2a0f18a (diff)
download142bot-a03540d61ed913b78f7c02f8b695fd69eea3e217.tar.gz
142bot-a03540d61ed913b78f7c02f8b695fd69eea3e217.zip
Finish spotifyspotify
for now Change-Id: I77c7d319ddf37c7259f4de89567f9a6719f88796
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 89efb96..c72eb2c 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,13 +5,13 @@
"version": "0.2.0",
"configurations": [
{
- "name": "C++ Launch",
+ "name": "C++ Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/142bot",
"args": [],
"environment": [],
"cwd": "${workspaceFolder}"
- }
+ },
]
} \ No newline at end of file