24 lines
446 B
JSON
24 lines
446 B
JSON
|
{
|
||
|
"recommendations": [
|
||
|
// frontend
|
||
|
"dbaeumer.vscode-eslint",
|
||
|
"esbenp.prettier-vscode",
|
||
|
"editorconfig.editorconfig",
|
||
|
"johnsoncodehk.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"
|
||
|
]
|
||
|
}
|