[ts] VS Code launch config.

This commit is contained in:
Mario Zechner 2021-09-01 13:35:52 +02:00
parent 17be83dac3
commit 716935977e

15
spine-ts/.vscode/launch.json vendored Normal file
View File

@ -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}"
}
]
}