We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7412fe9 commit 47b291dCopy full SHA for 47b291d
1 file changed
root/.vscode-server/data/Machine/settings.json
@@ -14,6 +14,9 @@
14
},
15
"python.venvPath": "~/.venv",
16
"python.terminal.activateEnvironment": false,
17
+ "python.analysis.diagnosticSeverityOverrides": {
18
+ "reportMissingModuleSource": "none"
19
+ },
20
"ruff.lint.enable": true,
21
"ruff.nativeServer": "on",
22
"ruff.lineLength": 119,
0 commit comments