processcube.apptemplate
Version:
A AppTemplate for a App build with and for the ProcessCube Plattform
24 lines • 629 B
JSON
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach to Node-RED",
"address": "localhost",
"port": 9229,
"localRoot": "${workspaceFolder}/apps/lowcode/src",
"remoteRoot": "/package_src/",
"skipFiles": [
"<node_internals>/**"
// Wichtig: KEIN "**/node_modules/**" hier!
],
"resolveSourceMapLocations": [
"**",
// Wenn du WIRKLICH in node_modules mappen willst:
"**/node_modules/**"
],
"smartStep": true
}
]
}