diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a019a3c..85815d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,9 +17,9 @@ // 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" ] -} \ No newline at end of file +}