Skip to content

Commit 83d2e17

Browse files
Update dev settings
1 parent 037ecf3 commit 83d2e17

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,14 @@
2121
"ruff.configuration": "${workspaceFolder}/pyproject.toml",
2222
"python.terminal.activateEnvInCurrentTerminal": true,
2323
"git.addAICoAuthor": "off",
24+
"python-envs.pythonProjects": [
25+
{
26+
"path": ".",
27+
"envManager": "ms-python.python:venv",
28+
"packageManager": "ms-python.python:pip"
29+
}
30+
],
31+
"python.analysis.extraPaths": [
32+
"./custom_components/battery_notes"
33+
]
2434
}

0 commit comments

Comments
 (0)