mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Fix html/css launch config
This commit is contained in:
4
extensions/html/.vscode/launch.json
vendored
4
extensions/html/.vscode/launch.json
vendored
@@ -29,8 +29,8 @@
|
||||
"name": "Attach Language Server",
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"port": 6004,
|
||||
"protocol": "legacy",
|
||||
"port": 6045,
|
||||
"protocol": "inspector",
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceFolder}/server/out/**/*.js"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user