github-desktop/.vscode/extensions.json

13 lines
313 B
JSON
Raw Normal View History

2017-02-08 16:01:56 +00:00
{
// 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",
"TwentyChung.jsx",
"samverschueren.final-newline",
"DmitryDorofeev.empty-indent"
]
2017-02-08 16:07:19 +00:00
}