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:
authorJohannes Rieken <johannes.rieken@gmail.com>2020-05-15 13:09:16 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2020-05-15 14:08:56 +0300
commitb68da37516c8e6843520ac04fae3933cd89e468b (patch)
treec7ead301b6aae4bc659bce4bb14d721a1ba207a5 /.vscode/launch.json
parent50d9f05334aee7bbc416f675cceccd9a174de8c7 (diff)
don't hide attach to extension host
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 496b3cbf6e3..a4bf62bf947 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -20,10 +20,7 @@
"port": 5870,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
- ],
- "presentation": {
- "hidden": true
- }
+ ]
},
{
"type": "pwa-chrome",