Skip to content

Commit d2f06d1

Browse files
committed
change css attach to inspector protocol
1 parent d9428ff commit d2f06d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/css/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"name": "Attach Language Server",
3030
"type": "node",
3131
"request": "attach",
32-
"protocol": "legacy",
32+
"protocol": "inspector",
3333
"port": 6044,
3434
"sourceMaps": true,
3535
"outFiles": ["${workspaceFolder}/server/out/**/*.js"]

0 commit comments

Comments
 (0)