From f1a4efa3f5f143d3fc84ffa25cb0e59c43c93fc7 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Fri, 24 Nov 2023 14:03:13 +0100 Subject: [PATCH] Python editor settings. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 15d9cf1..c61cc17 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,5 +18,6 @@ "[php]": { "editor.tabSize": 4, "editor.insertSpaces": false, - } + }, + "python.analysis.typeCheckingMode": "basic" } -- 2.39.5