types/.vscode/extensions.json

10 lines
246 B
JSON
Raw Normal View History

2021-09-26 09:55:59 -07:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"davidanson.vscode-markdownlint"
]
}