diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 49b66d14c..c2b114871 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,11 +4,10 @@ "ghcr.io/shyim/devcontainers-features/symfony-cli:0": {}, "ghcr.io/shyim/devcontainers-features/php:0": { "version": "8.2" - }, + } }, "updateContentCommand": { - "composer install": ["composer", "install"], - "importmap:install": ["symfony", "console", "importmap:install"] + "composer install": ["composer", "install"] }, "postAttachCommand": { "server": "symfony server:start",