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:
authorBenjamin Pasero <benjpas@microsoft.com>2020-08-18 10:49:48 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2020-08-18 10:49:53 +0300
commit651fb28e3cb983e1cbd2d4c1c653a7eb456f4cae (patch)
treed95f9c8b694d39f06e711b8a0c46dd8c3e05d0cb /.vscode/launch.json
parent494c209353f559eec7a170a1656096d606ee37e8 (diff)
web - rename resources/serverless => resources/web
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 1d966c8b508..33801a60ee3 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -241,7 +241,7 @@
"type": "node",
"request": "launch",
"name": "VS Code (Web)",
- "program": "${workspaceFolder}/resources/serverless/code-web.js",
+ "program": "${workspaceFolder}/resources/web/code-web.js",
"presentation": {
"group": "0_vscode",
"order": 2