switch to devcontainers

This commit is contained in:
cswimr 2025-01-24 22:17:25 +00:00
parent 071dcf7e27
commit 616d81d398
Signed by untrusted user: cswimr
GPG key ID: 0EC431A8DA8F8087
7 changed files with 82 additions and 379 deletions

12
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}