Skip to content

Commit

Permalink
cleaning up config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevis committed Jul 23, 2024
1 parent 7e1e973 commit 90ea83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down
6 changes: 1 addition & 5 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 90ea83f

Please sign in to comment.