extensions recommendations

This commit is contained in:
Sandeep Somavarapu 2016-09-15 15:44:16 +02:00
parent ef52244d8b
commit 670f83c359

8
.vscode/extensions.json vendored Normal file
View file

@ -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"
]
}