Skip to content

Commit

Permalink
Updated devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbkarlsson authored Jan 7, 2023
1 parent df9c061 commit 0e4ea51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"ms-python.python",
"github.vscode-pull-request-github",
"ryanluker.vscode-coverage-gutters",
"ms-python.vscode-pylance"
"ms-python.vscode-pylance",
"donjayamanne.githistory"
],
"settings": {
"files.eol": "\n",
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": "/usr/local/bin/python",
"python.defaultInterpreterPath": "/usr/bin/python",
"files.associations": {
"*.yaml": "home-assistant"
},
"python.testing.cwd": "/workspaces/ev_smart_charging/tests",
"python.testing.pytestArgs": [
"--cov-report=html:cov_html",
"--cov=custom_components.ev_smart_charging",
"tests"
"--cov=custom_components.ev_smart_charging"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
Expand Down

0 comments on commit 0e4ea51

Please sign in to comment.