Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add devcontainer configuration for .NET 9 and Ruby 3.3 environments
* **docs/_config.yml** - Add `exclude` entry for `.devcontainer` directory to exclude it from Jekyll build * **.devcontainer/devcontainer.json** - Create a new `devcontainer.json` file in the `.devcontainer` directory - Add configuration for .NET 9 environment - Add configuration for Ruby 3.3 environment - Add necessary extensions and settings for developing a .NET 9 NuGet library and a Ruby Jekyll doc website - Add support for Node and NPM as well as all the recommended VS Code extensions
- Loading branch information