From 90ea83f088ee6b9c36bae439ad9718ce8c93aa27 Mon Sep 17 00:00:00 2001 From: Jake Vis Date: Tue, 23 Jul 2024 17:19:25 +0000 Subject: [PATCH] cleaning up config --- .devcontainer/devcontainer.json | 10 +--------- .devcontainer/post-create.sh | 6 +----- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 26f1b58..d687ac4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,15 +17,7 @@ ], // Use 'postCreateCommand' to run commands after the container is created. - "postCreateCommand": "sh .devcontainer/post-create.sh", - "customizations": { - "vscode": { - | "extensions": [ - | "streetsidesoftware.code-spell-checker", - | "github.vscode-github-actions" - | ] - } - } + "postCreateCommand": "sh .devcontainer/post-create.sh" // Configure tool-specific properties. // "customizations": {}, diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index c8cd9db..5f1baa5 100644 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -9,8 +9,4 @@ fi # It's assumed that the Gemfile will install Jekyll too if [ -f Gemfile ]; then bundle install -fi - -git config --global user.email "github@jv.ag" -git config --global user.name "Jake Vis" - +fi \ No newline at end of file