diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 85815d5..86bfbbd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // Specifies a command that should be run after the container has been created. "postCreateCommand": "yarn install", - "initializeCommand": "echo INIT called", + // Add the IDs of extensions you want installed when the container is created in the array below. "extensions": [ "dbaeumer.vscode-eslint"