vscode/.vscode/extensions.json

9 lines
218 B
JSON
Raw Normal View History

2016-09-15 13:44:16 +00:00
{
2016-10-03 06:34:30 +00:00
// See http://go.microsoft.com/fwlink/?LinkId=827846
2016-09-15 13:44:16 +00:00
// for the documentation about the extensions.json format
"recommendations": [
"eg2.tslint",
"dbaeumer.vscode-eslint",
"msjsdiag.debugger-for-chrome"
2016-09-15 13:44:16 +00:00
]
}