feat: add setting

This commit is contained in:
sangge 2023-10-12 22:20:04 +08:00
parent fd06250f5b
commit 89cb309c2f
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
.vscode jiangchao

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticSeverityOverrides": {
"reportUndefinedVariable": "none",
"reportMissingImports": "none"
}
}