mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
refactor: Update Python interpreter path and enhance environment configuration for better development setup
This commit is contained in:
parent
232a090c67
commit
cecffed4db
1 changed files with 5 additions and 1 deletions
|
|
@ -40,7 +40,11 @@
|
|||
"files.trimTrailingWhitespace": true,
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
"python.analysis.autoImportCompletions": true,
|
||||
"python.defaultInterpreterPath": "/usr/local/bin/python",
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"python.analysis.extraPaths": [
|
||||
"${workspaceFolder}/.venv/lib/python3.13/site-packages"
|
||||
],
|
||||
"python.terminal.activateEnvironment": true,
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.ruffEnabled": true,
|
||||
"python.terminal.activateEnvInCurrentTerminal": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue