mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Remove pwa- from launch.json (#158234)
This commit is contained in:
Vendored
+9
-9
@@ -24,7 +24,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-chrome",
|
"type": "chrome",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "Attach to Shared Process",
|
"name": "Attach to Shared Process",
|
||||||
"timeout": 30000,
|
"timeout": 30000,
|
||||||
@@ -202,7 +202,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-chrome",
|
"type": "chrome",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "Attach to VS Code",
|
"name": "Attach to VS Code",
|
||||||
"browserAttachLocation": "workspace",
|
"browserAttachLocation": "workspace",
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
"perScriptSourcemaps": "yes"
|
"perScriptSourcemaps": "yes"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch VS Code Internal",
|
"name": "Launch VS Code Internal",
|
||||||
"windows": {
|
"windows": {
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "VS Code Server (Web)",
|
"name": "VS Code Server (Web)",
|
||||||
"runtimeExecutable": "${workspaceFolder}/scripts/code-server.sh",
|
"runtimeExecutable": "${workspaceFolder}/scripts/code-server.sh",
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Main Process",
|
"name": "Main Process",
|
||||||
"attachSimplePort": 5875,
|
"attachSimplePort": 5875,
|
||||||
@@ -295,7 +295,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"outFiles": [],
|
"outFiles": [],
|
||||||
"perScriptSourcemaps": "yes",
|
"perScriptSourcemaps": "yes",
|
||||||
@@ -308,7 +308,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-msedge",
|
"type": "msedge",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"outFiles": [],
|
"outFiles": [],
|
||||||
"perScriptSourcemaps": "yes",
|
"perScriptSourcemaps": "yes",
|
||||||
@@ -403,7 +403,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Run Unit Tests",
|
"name": "Run Unit Tests",
|
||||||
"program": "${workspaceFolder}/test/unit/electron/index.js",
|
"program": "${workspaceFolder}/test/unit/electron/index.js",
|
||||||
@@ -433,7 +433,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "pwa-node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Run Unit Tests For Current File",
|
"name": "Run Unit Tests For Current File",
|
||||||
"program": "${workspaceFolder}/test/unit/electron/index.js",
|
"program": "${workspaceFolder}/test/unit/electron/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user