vscode/.vscode/extensions.json
Sandeep Somavarapu bac98be706 fix #13121
2016-10-03 08:34:30 +02:00

9 lines
218 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"eg2.tslint",
"dbaeumer.vscode-eslint",
"msjsdiag.debugger-for-chrome"
]
}