Skip to content

Commit

Permalink
chore(dev): add vscode config for python
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 22, 2025
1 parent 5d80831 commit 973b39e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"python.defaultInterpreterPath": "../../../.venv/bin/python",
"python.analysis.autoImportCompletions": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.generateWithTypeAnnotation": true,
"python.languageServer": "Pylance"
}

0 comments on commit 973b39e

Please sign in to comment.