Skip to content

Commit

Permalink
Gitignores and launch for devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 28, 2024
1 parent 5bec5a0 commit be21270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,3 @@ venv

.vscode
.devcontainer
.devcontainer.json
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"module": "appdaemon",
"justMyCode": true,
"args": "-c /home/hass/src/home_automation/ad_config/dev_test --toml"
"args": "-c /conf --toml"
},
]
}

0 comments on commit be21270

Please sign in to comment.