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:
authorRob Lourens <roblourens@gmail.com>2019-06-17 21:21:14 +0300
committerGitHub <noreply@github.com>2019-06-17 21:21:14 +0300
commitdb6c0dc75ded5fd6354c0e36aa5acb9353d8f315 (patch)
tree7da61712b786f740bc6b5e6a00d770d4f244dcb4 /.vscode/settings.json
parent238e53462725672b03dab88e774731d8ef26712b (diff)
Default chrome-debug to be a workspace extension to enable debugging vscode on a remote
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index af8b3803709..3fa04b1ee95 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -56,5 +56,8 @@
"url": "./.vscode/cglicenses.schema.json"
}
],
- "git.ignoreLimitWarning": true
-} \ No newline at end of file
+ "git.ignoreLimitWarning": true,
+ "remote.extensionKind": {
+ "msjsdiag.debugger-for-chrome": "workspace"
+ }
+}