feat: Add VS Code extension recommendations
This commit is contained in:
parent
3029c9be25
commit
6eabff23a6
1 changed files with 8 additions and 0 deletions
8
.vscode/extensions.json
vendored
Normal file
8
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"editorconfig.editorconfig",
|
||||
"timonwong.shellcheck"
|
||||
],
|
||||
"unwantedRecommendations": ["dbaeumer.vscode-eslint", "ms-vscode.vscode-typescript-next"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue