소스 검색

Merge pull request #3581 from microsoft/hediet/theoretical-vole

Fixes http task
Henning Dieterichs 2 년 전
부모
커밋
2f556e3f9d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -4,7 +4,7 @@
 		{
 			"label": "Launch Http Server",
 			"type": "shell",
-			"command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -s -c-1",
+			"command": "node_modules/.bin/http-server --cors --port 5002 -a 127.0.0.1 -c-1",
 			"isBackground": true,
 			"problemMatcher": {
 				"pattern": {