fix(ui): ensure UI server can only be started once
[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 9 "Vue.volar",
a1cfaa16 10 "vitest.explorer"
88fc6aef
JB
11 ]
12}