Skip to content

Commit

Permalink
fix up devcontainer for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tlskinneriv committed Jul 14, 2023
1 parent 473f517 commit 22be303
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('/srv/homeassistant/lib/python3.10/site-packages/')"
"import sys; sys.path.append('/srv/homeassistant/lib/python3.11/site-packages/')"
],
"python.autoComplete.extraPaths": [
"/srv/homeassistant/lib/python3.11/site-packages/"
]
},
// Add the IDs of extensions you want installed when the container is created.
Expand Down

0 comments on commit 22be303

Please sign in to comment.