blob: 6c83c80b62e3fe09efa799af30c170b5d247ed0c [file] [log] [blame]
{
// 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": "launch",
"name": "wskdebug",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/wskdebug.js"
}
]
}