vscode/.vscode/extensions.json

10 lines
235 B
JSON
Raw Normal View History

2016-09-15 15:44:16 +02:00
{
2018-03-28 15:27:27 +02:00
// See https://go.microsoft.com/fwlink/?LinkId=827846
2016-09-15 15:44:16 +02:00
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"msjsdiag.debugger-for-chrome"
2016-09-15 15:44:16 +02:00
]
2018-03-28 15:27:27 +02:00
}