chore: add VSCode settings for Python auto import completions

This commit is contained in:
benex
2024-12-02 10:48:46 +03:00
parent 0d95a38321
commit eb54d5e995
+3
View File
@@ -0,0 +1,3 @@
{
"python.analysis.autoImportCompletions": true
}