change css attach to inspector protocol

This commit is contained in:
Pine Wu 2018-02-09 10:24:23 -08:00
parent d9428ff856
commit d2f06d1cd7

View file

@ -29,7 +29,7 @@
"name": "Attach Language Server",
"type": "node",
"request": "attach",
"protocol": "legacy",
"protocol": "inspector",
"port": 6044,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/server/out/**/*.js"]