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:
authorJoão Moreno <joao.moreno@microsoft.com>2020-04-17 18:05:52 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2020-04-17 18:05:52 +0300
commit6102b5b6fd7139ebadab1877bd408497f217f5da (patch)
tree93859c94130cc41367d86561b9c4a366692c8a5e /.vscode/launch.json
parent7b2b9adc7ed3b6b839be48b6dd6f96c3848ddab9 (diff)
use browserLaunchLocation workspace
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 60c6995686f..5ff0436292a 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -188,6 +188,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
+ "browserLaunchLocation": "workspace"
},
{
"type": "node",