Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Codespace for Copilot Workspace #1281

Merged
merged 3 commits into from
Nov 29, 2024
Merged

chore: Codespace for Copilot Workspace #1281

merged 3 commits into from
Nov 29, 2024

Commits on Nov 29, 2024

  1. chore: Codespace for Copilot Workspace

    Add a codespace definition for .NET 9 and Ruby Jekyll
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/DaveSkender/Stock.Indicators?shareId=XXXX-XXXX-XXXX-XXXX).
    DaveSkender committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    37e6f87 View commit details
    Browse the repository at this point in the history
  2. 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
    DaveSkender committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    eec0ecf View commit details
    Browse the repository at this point in the history
  3. Add devcontainer configuration and update Jekyll config

    * **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`.
    DaveSkender committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    5efaf06 View commit details
    Browse the repository at this point in the history