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 acba540 commit e8d352cCopy full SHA for e8d352c
.vscode/tasks.json
@@ -17,7 +17,7 @@
17
{
18
"label": "Watch",
19
"type": "npm",
20
- "script": "build:watch",
+ "script": "build:watch:debug",
21
"group": "build",
22
"presentation": {
23
"panel": "dedicated",
package.json
@@ -22,6 +22,7 @@
"postinstall": "hereby postinstall",
"build": "hereby build",
24
"build:watch": "hereby build:watch",
25
+ "build:watch:debug": "hereby build:watch --debug",
26
"test": "hereby test",
27
"api:build": "npm run -w @typescript/api build",
28
"extension:build": "npm run -w _extension build",
0 commit comments