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-15 16:44:16 +0300
committerSandeep Somavarapu <sasomava@microsoft.com>2016-09-15 16:44:23 +0300
commit670f83c3591218f384c552b76732b496003f064f (patch)
treeb492acd6028d651ac5ac6608a53536722d13ea96 /.vscode/extensions.json
parentef52244d8b5252b4489fd84a4b89cfc59860f9b0 (diff)
extensions recommendations
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r--.vscode/extensions.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
new file mode 100644
index 00000000000..8e11a761498
--- /dev/null
+++ b/.vscode/extensions.json
@@ -0,0 +1,8 @@
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the extensions.json format
+ "recommendations": [
+ "eg2.tslint",
+ "mattlott.copy-github-url"
+ ]
+} \ No newline at end of file