mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Attach languge server: set "protocol": "legacy",
This commit is contained in:
1
extensions/json/.vscode/launch.json
vendored
1
extensions/json/.vscode/launch.json
vendored
@@ -30,6 +30,7 @@
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"port": 6004,
|
||||
"protocol": "legacy",
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceRoot}/server/out"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user