From 446b69ad60a7173ea8dadc8b628d5db837905c88 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Tue, 3 Jan 2023 15:04:16 +0000 Subject: [PATCH] dev --- .devcontainer/devcontainer.json | 3 ++- .devcontainer/post_create_command.sh | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .devcontainer/post_create_command.sh 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!!!!!!!!'