mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
// 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}"
|
|
},
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "drag-and-drop",
|
|
"url": "http://localhost:8080/spine-webgl/example/drag-and-drop.html",
|
|
"webRoot": "${workspaceFolder}"
|
|
}
|
|
]
|
|
} |