From 670f83c3591218f384c552b76732b496003f064f Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Thu, 15 Sep 2016 15:44:16 +0200 Subject: [PATCH] extensions recommendations --- .vscode/extensions.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/extensions.json 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