diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b4902b0..c349fc0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,6 +22,7 @@ "source=${localWorkspaceFolder}/../homeAssistant,target=/workspaces/homeAssistant,type=bind", "source=${localWorkspaceFolder}/../mosquitto,target=/workspaces/mosquitto,type=bind", "source=${localWorkspaceFolder}/../kb,target=/workspaces/kb,type=bind", + "source=${localWorkspaceFolder}/../pi.bluetooth.speaker,target=/workspaces/pi.bluetooth.speaker,type=bind", "source=${localWorkspaceFolder}/.env.d/kube,target=/home/vscode/.kube,type=bind", "source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind,consistency=cached", "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached" diff --git a/casa.full-stack.code-workspace b/casa.full-stack.code-workspace index 0fbeae9..2a6e2d6 100644 --- a/casa.full-stack.code-workspace +++ b/casa.full-stack.code-workspace @@ -17,6 +17,10 @@ { "name": "kb", "path": "../kb" + }, + { + "name": "pi.bluetooth.speaker", + "path": "../pi.bluetooth.speaker" }, // { // "name": "kb/kb",