From 83d00f5127f0cf841a0edd856962a8ec373f8f2c Mon Sep 17 00:00:00 2001 From: koke Date: Fri, 19 Apr 2024 19:32:30 +0900 Subject: [PATCH 1/2] add dev container setting --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..e6e9889 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "name": "Go", + "dockerComposeFile": "../docker-compose.yaml", + "service": "app", + "workspaceFolder": "/app" +} \ No newline at end of file From 01fed237beae60e1c4694bca0eda51a150d82eb3 Mon Sep 17 00:00:00 2001 From: koke Date: Fri, 19 Apr 2024 19:32:47 +0900 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b60af3..3b9ea7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added reed switch api [`#38`](https://github.com/niwaniwa/Sakura-Pi-Node/issues/38) - Added door_switch_state_request setting(env) [`#40`](https://github.com/niwaniwa/Sakura-Pi-Node/issues/40) +- Added dev container setting. [`#43`](https://github.com/niwaniwa/Sakura-Pi-Node/issues/45) ### Changed - Separate KeyState from DoorState[`#36`](https://github.com/niwaniwa/Sakura-Pi-Node/issues/36) -- MQTT logging mode[`#42`](https://github.com/niwaniwa/Sakura-Pi-Node/issues/43)) +- MQTT logging mode[`#42`](https://github.com/niwaniwa/Sakura-Pi-Node/issues/44)) ### Fixed