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.
2 parents 2b54ca8 + 031e977 commit 1176c62Copy full SHA for 1176c62
.vscode/tasks.json
@@ -260,9 +260,18 @@
260
// Used for monaco editor playground launch config
261
"label": "Launch Http Server",
262
"type": "shell",
263
- "command": "node_modules/.bin/http-server --cors --port 5001 -a 127.0.0.1 -s -c-1",
+ "command": "node_modules/.bin/http-server --cors --port 5001 -a 127.0.0.1 -c-1 -s",
264
"isBackground": true,
265
- "problemMatcher": [],
+ "problemMatcher": {
266
+ "pattern": {
267
+ "regexp": ""
268
+ },
269
+ "background": {
270
+ "activeOnStart": true,
271
+ "beginsPattern": "never match",
272
+ "endsPattern": ".*"
273
+ }
274
275
"dependsOn": [
276
"Core - Build"
277
]
0 commit comments