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:
authorEric Amodio <eamodio@microsoft.com>2020-06-01 08:26:44 +0300
committerEric Amodio <eamodio@microsoft.com>2020-06-09 01:09:37 +0300
commit87689f9fa3e1a0392e3899c8d3176e6436d2cecb (patch)
tree7c95905d477f7ca54ab9c3e38c8a72eaf1aa0a4b /.vscode/launch.json
parentaf949eff9db4e307f01d3f868da4885078946a9a (diff)
Adds msedge launch config
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d164b798caa..2a54a65d214 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -254,6 +254,18 @@
}
},
{
+ "type": "pwa-msedge",
+ "request": "launch",
+ "name": "VS Code (Web, Edge)",
+ "url": "http://localhost:8080",
+ "pauseForSourceMap": false,
+ "preLaunchTask": "Run web",
+ "presentation": {
+ "group": "0_vscode",
+ "order": 3
+ }
+ },
+ {
"type": "node",
"request": "launch",
"name": "Git Unit Tests",