From 1ab8bb866d6bec2787f76443b76e84a2a7865398 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Sun, 15 Jun 2025 22:37:09 +0200 Subject: [PATCH] chore(.vscode/settings.json): add auto-import completion settings --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b881eff --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.analysis.autoImportCompletions": true +} \ No newline at end of file