vscode/.vscode/extensions.json
2021-01-06 09:31:15 +01:00

9 lines
201 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig"
]
}