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:
authorConnor Peet <connor@peet.io>2020-09-01 20:59:36 +0300
committerConnor Peet <connor@peet.io>2020-09-01 20:59:48 +0300
commitdf30a1ff768c7c45b1876b6ccc8b8ba0ba708cd5 (patch)
treed6a215f237f7c2e79a5fa5d44e89e53b7de2e874 /.vscode/launch.json
parentf1d2076c33b973d69a8405b8de591509d49e2dc5 (diff)
fix: resolve sourcemaps in extensions
Fixes https://github.com/microsoft/vscode/issues/105859
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 33801a60ee3..d37ac78321b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -19,7 +19,8 @@
"timeout": 30000,
"port": 5870,
"outFiles": [
- "${workspaceFolder}/out/**/*.js"
+ "${workspaceFolder}/out/**/*.js",
+ "${workspaceFolder}/extensions/*/out/**/*.js"
]
},
{