From ac4a926685c754f4af5adb20edf6eb23e2a0f18a Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Sat, 15 Apr 2023 11:24:28 -0400 Subject: Automagically refresh spotify tokens Change-Id: I883f28a88776e0a04b90e6d07c255a3fd9f05977 --- .vscode/launch.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .vscode/launch.json (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..89efb96 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "C++ Launch", + "type": "cppdbg", + "request": "launch", + "program": "${workspaceFolder}/build/142bot", + "args": [], + "environment": [], + "cwd": "${workspaceFolder}" + } + ] +} \ No newline at end of file -- cgit v1.2.3