24 lines
436 B
JSON
24 lines
436 B
JSON
{
|
|
"recommendations": [
|
|
// frontend
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"editorconfig.editorconfig",
|
|
"vue.volar",
|
|
"wayou.vscode-todo-highlight",
|
|
|
|
// python
|
|
"matangover.mypy",
|
|
"ms-python.python",
|
|
|
|
// golang
|
|
"golang.go"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"octref.vetur",
|
|
"hookyqr.beautify",
|
|
"dbaeumer.jshint",
|
|
"ms-vscode.vscode-typescript-tslint-plugin"
|
|
]
|
|
}
|