Recommend only supported vue.js code extensions
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.formatOnSave": false,
3 "editor.codeActionsOnSave": {
4 "source.fixAll": true
5 }
6 }