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 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 +}