We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779b264 commit 5ce0854Copy full SHA for 5ce0854
.vscode/launch.json
@@ -7,12 +7,11 @@
7
{
8
"type": "node",
9
"request": "launch",
10
- "name": "Launch TypeScript Adapter",
+ "name": "Launch ioBroker Adapter",
11
"skipFiles": ["<node_internals>/**"],
12
- "program": "${workspaceFolder}/build/main.js",
13
"args": ["--debug", "0"],
14
- "preLaunchTask": "tsc: build - tsconfig.build.json",
15
- "outFiles": ["${workspaceFolder}/build/**/*.js"]
+ "program": "node_modules/iobroker.luxtronik2/build/main.js",
+ "cwd": "${workspaceFolder}/.dev-server/default"
16
}
17
]
18
0 commit comments