[css/html/json] Randomize inspect ports to avoid conflicts

This commit is contained in:
Martin Aeschlimann
2020-11-04 16:03:27 +01:00
parent 4cd46e32b2
commit e3a79e9e44
4 changed files with 4 additions and 27 deletions

View File

@@ -1,14 +1,5 @@
{
"version": "0.2.0",
"compounds": [
{
"name": "Debug Extension and Language Server",
"configurations": [
"Launch Extension",
"Attach Language Server"
]
}
],
"configurations": [
{
"name": "Launch Extension",
@@ -41,19 +32,6 @@
]
},
{
"name": "Attach Language Server",
"type": "node",
"request": "attach",
"protocol": "inspector",
"port": 6044,
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/server/out/**/*.js"
],
"smartStep": true,
"restart": true
},
{
"name": "Server Unit Tests",
"type": "node",
"request": "launch",
@@ -74,4 +52,4 @@
]
}
]
}
}