mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
18 lines
421 B
JSON
18 lines
421 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": "node",
|
|
"request": "attach",
|
|
"name": "Attach to server",
|
|
"address": "localhost",
|
|
"port": 9229,
|
|
"outFiles": [
|
|
"${workspaceFolder}/**/*.js"
|
|
]
|
|
}
|
|
]
|
|
} |