mirror of
https://github.com/DerTyp7/docker_minecraft_server_auto_starter.git
synced 2025-10-29 20:52:09 +01:00
9 lines
226 B
JSON
9 lines
226 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "off",
|
|
"python.analysis.autoImportCompletions": true,
|
|
"python.analysis.diagnosticSeverityOverrides": {
|
|
"reportMissingTypeStubs": "none"
|
|
},
|
|
"cSpell.words": ["REUSEADDR", "varint"]
|
|
}
|