From 78ef3c5b1b565199c0633b7ca0664c1b6068b2fe Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Mon, 8 May 2023 16:51:22 -0400 Subject: [PATCH] Added cupertino-spinner to visual code launcher for testing --- .vscode/launch.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8ec1fa6e..7602021b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,6 +22,24 @@ "args": [], "cwd": "${workspaceFolder}" }, + { + "type": "lldb", + "request": "launch", + "name": "Debug executable 'cupertino-spinner'", + "cargo": { + "args": [ + "build", + "--bin=cupertino-spinner", + "--package=cupertino-spinner" + ], + "filter": { + "name": "cupertino-spinner", + "kind": "bin" + } + }, + "args": [], + "cwd": "${workspaceFolder}" + }, { "type": "lldb", "request": "launch",