build: cleanup code extensions recommendation
[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": [
88fc6aef 5 "dbaeumer.vscode-eslint",
88fc6aef 6 "EditorConfig.EditorConfig",
65fe3d88 7 "sonarsource.sonarlint-vscode",
88fc6aef 8 "streetsidesoftware.code-spell-checker",
27a5626b
JB
9 "Vue.volar",
10 "zixuanchen.vitest-explorer"
88fc6aef
JB
11 ]
12}