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:
authorSandeep Somavarapu <sasomava@microsoft.com>2016-09-16 15:48:32 +0300
committerSandeep Somavarapu <sasomava@microsoft.com>2016-09-16 19:32:53 +0300
commit47393fb852186fe794aa9fe897f57c71a6d6e8fb (patch)
tree78aafa0ab8bb7dcafdd5f382348ee201c20222fe /.vscode/extensions.json
parentfc4f47107030d63376521ee944da3eb7d30f9c42 (diff)
recommended extensions for vscode workspace
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r--.vscode/extensions.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index e934b520e66..beb2d6caa0a 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -3,7 +3,7 @@
// for the documentation about the extensions.json format
"recommendations": [
"eg2.tslint",
- "mattlott.copy-github-url",
- "felixrieseberg.vsc-travis-ci-status"
+ "dbaeumer.vscode-eslint",
+ "msjsdiag.debugger-for-chrome"
]
} \ No newline at end of file