From 716935977ea0896fe57690609b837dbdd1c95904 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 1 Sep 2021 13:35:52 +0200 Subject: [PATCH] [ts] VS Code launch config. --- spine-ts/.vscode/launch.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spine-ts/.vscode/launch.json diff --git a/spine-ts/.vscode/launch.json b/spine-ts/.vscode/launch.json new file mode 100644 index 000000000..e7bdc6cea --- /dev/null +++ b/spine-ts/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // 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": [ + { + "type": "pwa-chrome", + "request": "launch", + "name": "Examples", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file