13 lines
372 B
JSON
13 lines
372 B
JSON
{
|
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"wayou.vscode-todo-highlight",
|
|
"wix.vscode-import-cost",
|
|
"stylelint.vscode-stylelint",
|
|
"pflannery.vscode-versionlens"
|
|
]
|
|
}
|