From ee8b343d1ad46fcfbc7ba85ebdc7a186ff0fffc7 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Thu, 15 Sep 2022 11:54:17 +0200 Subject: [PATCH] added python option in vscode --- content/posts/vscode-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/vscode-settings.md b/content/posts/vscode-settings.md index e168267..f000065 100644 --- a/content/posts/vscode-settings.md +++ b/content/posts/vscode-settings.md @@ -37,6 +37,7 @@ tags: ['software', 'vscode', 'programming'] "python.linting.flake8Enabled": true, "python.linting.pylintEnabled": false, "python.analysis.completeFunctionParens": true, +"python.analysis.autoImportCompletions": false, // can be pretty anyoing //////////////////////////////////////////////////////////////////////////// // Restructured Text /////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////