diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5c61605a..3f689e5b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,13 +14,8 @@ "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/python:1": {}, "ghcr.io/devcontainers-contrib/features/ts-node:1": {}, - "ghcr.io/devcontainers/features/sshd:1": {}, - "ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": { - "version": "latest", - "shallow": false - } + "ghcr.io/devcontainers/features/sshd:1": {} }, - "postCreateCommand": "yarn global add @devcontainers/cli && brew install neovim", "portsAttributes": { "80": { "requireLocalPort": true,