Fix html/css launch config

This commit is contained in:
Pine Wu
2018-02-09 10:18:10 -08:00
parent ea3fa2e3db
commit d9428ff856
4 changed files with 9 additions and 9 deletions

View File

@@ -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"]
}