未验证 提交 5d663e0e 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #43341 from Microsoft/octref/html-css-launch

Fix html css launch config
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
"name": "Attach Language Server", "name": "Attach Language Server",
"type": "node", "type": "node",
"request": "attach", "request": "attach",
"protocol": "legacy", "protocol": "inspector",
"port": 6004, "port": 6044,
"sourceMaps": true, "sourceMaps": true,
"outFiles": ["${workspaceFolder}/server/out/**/*.js"] "outFiles": ["${workspaceFolder}/server/out/**/*.js"]
} }
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
"name": "Attach", "name": "Attach",
"type": "node", "type": "node",
"request": "attach", "request": "attach",
"port": 6004, "port": 6044,
"sourceMaps": true, "sourceMaps": true,
"outDir": "${workspaceFolder}/out" "outFiles": ["${workspaceFolder}/out/**/*.js"]
}, },
{ {
"name": "Unit Tests", "name": "Unit Tests",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"runtimeArgs": [], "runtimeArgs": [],
"env": {}, "env": {},
"sourceMaps": true, "sourceMaps": true,
"outDir": "${workspaceFolder}/out" "outFiles": ["${workspaceFolder}/out/**/*.js"]
} }
] ]
} }
\ No newline at end of file
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
"name": "Attach Language Server", "name": "Attach Language Server",
"type": "node", "type": "node",
"request": "attach", "request": "attach",
"port": 6004, "port": 6045,
"protocol": "legacy", "protocol": "inspector",
"sourceMaps": true, "sourceMaps": true,
"outFiles": ["${workspaceFolder}/server/out/**/*.js"] "outFiles": ["${workspaceFolder}/server/out/**/*.js"]
} }
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
"name": "Attach", "name": "Attach",
"type": "node", "type": "node",
"request": "attach", "request": "attach",
"port": 6004, "port": 6045,
"sourceMaps": true, "sourceMaps": true,
"outDir": "${workspaceFolder}/out" "outFiles": ["${workspaceFolder}/out/**/*.js"]
}, },
{ {
"name": "Unit Tests", "name": "Unit Tests",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"runtimeArgs": [], "runtimeArgs": [],
"env": {}, "env": {},
"sourceMaps": true, "sourceMaps": true,
"outDir": "${workspaceFolder}/out" "outFiles": ["${workspaceFolder}/out/**/*.js"]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册