🔨 refactor(IDK): extended settings and functions

This commit is contained in:
Eshan Roy
2024-11-26 15:35:49 +05:30
parent cff779181d
commit 51bf77cc8f
2 changed files with 250 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
{
"python.REPL.enableREPLSmartSend": false
}
"python.REPL.enableREPLSmartSend": false,
"python.analysis.extraPaths": [
"/usr/lib/python3.12/site-packages" // Adjust this based on your distribution
]
}