build: cleanup recommended code extensions
[e-mobility-charging-stations-simulator.git] / ui / web / .vscode / extensions.json
CommitLineData
88fc6aef
JB
1{
2 // See https://go.microsoft.com/fwlink/?LinkId=827846
3 // for the documentation about the extensions.json format
4 "recommendations": [
5 "codezombiech.gitignore",
6 "dbaeumer.vscode-eslint",
88fc6aef 7 "EditorConfig.EditorConfig",
65fe3d88 8 "sonarsource.sonarlint-vscode",
88fc6aef 9 "streetsidesoftware.code-spell-checker",
27a5626b
JB
10 "Vue.volar",
11 "zixuanchen.vitest-explorer"
88fc6aef
JB
12 ]
13}