build: recommend vscode ruff extension for ocpp-server python code
[e-mobility-charging-stations-simulator.git] / tests / ocpp-server / .vscode / extensions.json
CommitLineData
b00abe8e
JB
1{
2 // See https://go.microsoft.com/fwlink/?LinkId=827846
3 // for the documentation about the extensions.json format
4 "recommendations": [
5 "EditorConfig.EditorConfig",
6 "streetsidesoftware.code-spell-checker",
a951fc1b
JB
7 "ms-python.python",
8 "charliermarsh.ruff"
b00abe8e
JB
9 ]
10}