From 72cb2c7652376802b14cc3a5c02b6993dc0578d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 13 Aug 2020 23:19:15 +0200 Subject: [PATCH 1/2] Update configuration.yaml --- .devcontainer/configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/configuration.yaml b/.devcontainer/configuration.yaml index c567241..9c3ee28 100644 --- a/.devcontainer/configuration.yaml +++ b/.devcontainer/configuration.yaml @@ -3,5 +3,5 @@ default_config: logger: default: error logs: - custom_components.blueprint: debug + custom_components.grocy: debug From 602fb5104d27cbe25daae8f67b72dcb414fe93b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 13 Aug 2020 23:20:34 +0200 Subject: [PATCH 2/2] Update devcontainer.json --- .devcontainer/devcontainer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f6175ce..141b0a8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,10 +6,6 @@ "9123:8123" ], "postCreateCommand": "container install", - "runArgs": [ - "-v", - "${env:HOME}${env:USERPROFILE}/.ssh:/tmp/.ssh" - ], "extensions": [ "ms-python.python", "github.vscode-pull-request-github", @@ -28,4 +24,4 @@ "editor.formatOnType": true, "files.trimTrailingWhitespace": true } -} \ No newline at end of file +}