timetracker/.vscode/settings.json

29 lines
652 B
JSON
Raw Normal View History

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
2023-01-05 21:01:27 +00:00
"python.testing.pytestEnabled": true,
2024-08-08 07:27:36 +00:00
"python.analysis.typeCheckingMode": "strict",
2023-09-30 14:25:05 +00:00
"[python]": {
2024-08-08 07:27:36 +00:00
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
2023-09-30 14:25:05 +00:00
},
2024-08-08 12:48:10 +00:00
"tailwind-fold.supportedLanguages": [
"html",
"typescriptreact",
"javascriptreact",
"typescript",
"javascript",
"vue-html",
"vue",
"php",
"markdown",
"coffeescript",
"svelte",
"astro",
"erb",
"django-html"
]
2023-09-30 14:25:05 +00:00
}