Skip to content

Commit

Permalink
Add devcontainer configuration and update Jekyll config
Browse files Browse the repository at this point in the history
* **Add devcontainer configuration**
  - Add `.devcontainer/devcontainer.json` to define the development container environment with .NET 9 SDK, Ruby 3.3, and Node LTS.
  - Include VSCode extensions and settings for the development environment.

* **Update Jekyll configuration**
  - Add `.devcontainer` to the exclude list in `docs/_config.yml`.
  • Loading branch information
DaveSkender committed Nov 29, 2024
1 parent eec0ecf commit 5efaf06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"ms-dotnettools.csharp",
"rebornix.ruby",
"streetsidesoftware.code-spell-checker",
"davidanson.vscode-markdownlint",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-next"
"davidanson.vscode-markdownlint"
],
"settings": {
"files.autoSave": "afterDelay",
Expand Down

0 comments on commit 5efaf06

Please sign in to comment.