We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037ecf3 commit 83d2e17Copy full SHA for 83d2e17
1 file changed
.vscode/settings.json
@@ -21,4 +21,14 @@
21
"ruff.configuration": "${workspaceFolder}/pyproject.toml",
22
"python.terminal.activateEnvInCurrentTerminal": true,
23
"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
+ ]
34
}
0 commit comments