Skip to content

Commit

Permalink
[ts] VS Code launch config.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Sep 1, 2021
1 parent 17be83d commit 7169359
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions spine-ts/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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}"
}
]
}

0 comments on commit 7169359

Please sign in to comment.