chore: add .vscode workspace settings and suggested extensions (#200)

This commit is contained in:
Moe Jangda
2024-10-26 12:41:49 +11:00
committed by GitHub
parent 1e0c4c0994
commit c855eb9f4d
3 changed files with 20 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
}
}