Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Aeschlimann <martinae@microsoft.com>2020-05-26 19:15:01 +0300
committerMartin Aeschlimann <martinae@microsoft.com>2020-05-26 19:15:01 +0300
commitd1a3e6ede65a3d0559b5146b6d7fdaf5a0ad4ac3 (patch)
tree31e1d42a262b3d474bc114c0ea83e614386afff9 /.vscode/launch.json
parentf9bb157b093809e89f6e00827a70e65631424c2b (diff)
run webpack in code-dev
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 70ae4a7242d..72fd892dc3c 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -217,10 +217,7 @@
"type": "node",
"request": "launch",
"name": "VS Code (Web)",
- "runtimeExecutable": "yarn",
- "runtimeArgs": [
- "web"
- ],
+ "program": "${workspaceFolder}/scripts/code-web.js",
"presentation": {
"group": "0_vscode",
"order": 2