Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"pylint.importStrategy": "fromEnvironment",
"python.analysis.diagnosticMode": "openFilesOnly",
"sonarlint.testFilePattern": "**/tests/**",
"python.languageServer": "Pylance"
"python.languageServer": "Pylance",
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}