forked from sangge/tpre-python
feat: add setting
This commit is contained in:
parent
fd06250f5b
commit
89cb309c2f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
.vscode
|
jiangchao
|
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"python.analysis.typeCheckingMode": "basic",
|
||||||
|
"python.analysis.diagnosticSeverityOverrides": {
|
||||||
|
"reportUndefinedVariable": "none",
|
||||||
|
"reportMissingImports": "none"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user