🧑‍💻 add recommended extensions

This commit is contained in:
Laureηt 2023-05-18 19:04:52 +02:00
parent 2551116eae
commit e0165c50a0
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

7
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"recommendations": [
"editorconfig.editorconfig",
"charliermarsh.ruff",
"ms-python.python",
]
}