ignore vscode setting
This commit is contained in:
parent
eed44c1480
commit
2d3d7d02c7
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ src/client.db
|
|||||||
src/server.db
|
src/server.db
|
||||||
build
|
build
|
||||||
src/tpre.cpython-311-x86_64-linux-gnu.so
|
src/tpre.cpython-311-x86_64-linux-gnu.so
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"python.analysis.typeCheckingMode": "basic",
|
|
||||||
"python.analysis.diagnosticSeverityOverrides": {
|
|
||||||
"reportUndefinedVariable": "none",
|
|
||||||
"reportMissingImports": "none"
|
|
||||||
},
|
|
||||||
"python.testing.unittestArgs": [
|
|
||||||
"-v",
|
|
||||||
"-s",
|
|
||||||
"./src",
|
|
||||||
"-p",
|
|
||||||
"*_test.py"
|
|
||||||
],
|
|
||||||
"python.testing.pytestEnabled": false,
|
|
||||||
"python.testing.unittestEnabled": true
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user