Skip to content

Commit b4c925c

Browse files
committed
revert changes
1 parent 7e11b5d commit b4c925c

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,7 @@
198198
"windows": {
199199
"command": ".\\scripts\\code-server.bat"
200200
},
201-
"args": [
202-
"--no-launch",
203-
"--connection-token",
204-
"dev-token",
205-
"--port",
206-
"8080"
207-
],
201+
"args": ["--no-launch", "--connection-token", "dev-token", "--port", "8080"],
208202
"label": "Run code server",
209203
"isBackground": true,
210204
"problemMatcher": {
@@ -226,12 +220,7 @@
226220
"windows": {
227221
"command": ".\\scripts\\code-web.bat"
228222
},
229-
"args": [
230-
"--port",
231-
"8080",
232-
"--browser",
233-
"none"
234-
],
223+
"args": ["--port", "8080", "--browser", "none"],
235224
"label": "Run code web",
236225
"isBackground": true,
237226
"problemMatcher": {
@@ -279,6 +268,7 @@
279268
"detail": "node_modules/tsec/bin/tsec -p src/tsconfig.json --noEmit"
280269
},
281270
{
271+
// Used for monaco editor playground launch config
282272
"label": "Launch Http Server",
283273
"type": "shell",
284274
"command": "node_modules/.bin/ts-node -T ./scripts/playground-server",

0 commit comments

Comments
 (0)