chore: delete .vscode directory

This commit is contained in:
Anton
2025-03-12 20:44:56 +01:00
committed by GitHub
parent 3fb5d15104
commit 071f9c9280
-17
View File
@@ -1,17 +0,0 @@
{
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingTypeStubs": "none",
"reportUnknownMemberType": "warning",
"reportUnknownParameterType": "warning"
},
"ruff.lint.enable": true,
"ruff.format.enable": true,
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff"
}
}