We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6654f5a commit d05936dCopy full SHA for d05936d
.vscode/settings.json
@@ -234,16 +234,8 @@
234
"日本語"
235
],
236
"git.ignoreLimitWarning": true,
237
- "python.analysis.typeCheckingMode": "basic",
238
"python.analysis.diagnosticMode": "workspace",
239
- "python.analysis.exclude": [
240
- "addon/globalPlugins/MathCAT/yaml",
241
- ],
242
- "python.analysis.diagnosticSeverityOverrides": {
243
- "reportMissingImports": "none"
244
- },
245
"python.languageServer": "Pylance",
246
- "python.analysis.useLibraryCodeForTypes": true,
247
248
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
249
0 commit comments