We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9572a32 commit 5fc1949Copy full SHA for 5fc1949
.vscode/launch.json
@@ -38,7 +38,7 @@
38
"stopOnEntry": false,
39
"sourceMaps": true,
40
"outFiles": [ "${workspaceRoot}/{out, node_modules}/**/*.js" ],
41
- "preLaunchTask": "build",
+ "preLaunchTask": "gulp: default",
42
"internalConsoleOptions": "openOnSessionStart"
43
}
44
]
0 commit comments