From bc93ac2ba2ab275a490f390e06fc27f1afe2a2c1 Mon Sep 17 00:00:00 2001 From: twsl <45483159+twsl@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:58:48 +0200 Subject: [PATCH] Update settings.json --- project/.vscode/settings.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/project/.vscode/settings.json b/project/.vscode/settings.json index 9731500..57636ef 100644 --- a/project/.vscode/settings.json +++ b/project/.vscode/settings.json @@ -11,15 +11,10 @@ "python.languageServer": "Pylance", "python.analysis.autoImportCompletions": true, "python.analysis.completeFunctionParens": true, - "python.analysis.autoSearchPaths": true, "python.analysis.autoFormatStrings": true, - "python.analysis.typeCheckingMode": "basic", "python.analysis.inlayHints.variableTypes": true, "python.analysis.inlayHints.functionReturnTypes": true, "python.analysis.diagnosticMode": "workspace", - "python.analysis.extraPaths": [ - "./" - ], "python.terminal.activateEnvironment": true, "python.testing.autoTestDiscoverOnSaveEnabled": false, "python.testing.unittestEnabled": false, @@ -48,4 +43,4 @@ "autoDocstring.startOnNewLine": true, "http.proxyStrictSSL": false, "telemetry.telemetryLevel": "off" -} +}