Skip to content

Commit d05936d

Browse files
committed
Removed conflicting settings from .vscode/settings.json
1 parent 6654f5a commit d05936d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.vscode/settings.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,16 +234,8 @@
234234
"日本語"
235235
],
236236
"git.ignoreLimitWarning": true,
237-
"python.analysis.typeCheckingMode": "basic",
238237
"python.analysis.diagnosticMode": "workspace",
239-
"python.analysis.exclude": [
240-
"addon/globalPlugins/MathCAT/yaml",
241-
],
242-
"python.analysis.diagnosticSeverityOverrides": {
243-
"reportMissingImports": "none"
244-
},
245238
"python.languageServer": "Pylance",
246-
"python.analysis.useLibraryCodeForTypes": true,
247239

248240
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
249241

0 commit comments

Comments
 (0)