Invalid JSON:
Expected double-quoted property name in JSON
at line 5, column 5
| { | |
| "[python]": { | |
| "editor.defaultFormatter": "charliermarsh.ruff", | |
| "editor.formatOnSave": true, | |
| }, | |
| "python.testing.pytestArgs": [ | |
| "src" | |
| ], | |
| "python.testing.unittestEnabled": false, | |
| "python.testing.pytestEnabled": true | |
| } |