diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 198443ee..6c4877b8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,8 +2,9 @@ "name": "Open-Assistant", "image": "mcr.microsoft.com/vscode/devcontainers/universal", "features": { - "ghcr.io/devcontainers-contrib/features/pre-commit:2": {"version": "2.0.1"} + "ghcr.io/devcontainers-contrib/features/pre-commit:2": {"version": "latest"} }, + "postCreateCommand": "post_create_command.sh", "customizations": { "vscode": { "extensions": ["GitHub.copilot"] diff --git a/.devcontainer/post_create_command.sh b/.devcontainer/post_create_command.sh new file mode 100644 index 00000000..3adf5f60 --- /dev/null +++ b/.devcontainer/post_create_command.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo 'hello!!!!!!!!'