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

Configure the project for GitHub Codespaces #2443

Merged
merged 2 commits into from
May 13, 2022
Merged

Configure the project for GitHub Codespaces #2443

merged 2 commits into from
May 13, 2022

Conversation

timrogers
Copy link
Contributor

This adds a simple Codespaces configuration, .devcontainer/devcontainer.json, to the project.

It uses v3.1 of the .NET Core SDK from Docker Hub, installs Python 3 and mkdocs to support building the docs and includes useful VS Code extensions for working on the project.

I also improve the Visual Studio Code tasks definitions (.vscode/ tasks.json), adding pre-defined tasks for running unit and convention tests and building the docs.

Codespaces magic means that, when you build the docs, the port will automatically be opened so you can view the docs in real time at localhost:4000.

This adds a simple Codespaces configuration,
`.devcontainer/devcontainer.json`, to the project.

It uses v3.1 of the .NET Core SDK from Docker Hub, installs
Python 3 and `mkdocs` to support building the docs and includes
useful VS Code extensions for working on the project.
This improves the Visual Studio Code tasks definitions (`.vscode/
tasks.json`), adding pre-defined tasks for running unit and
convention tests and building the docs.

Codespaces magic means that, when you build the docs, the port
will automatically be opened so you can view the docs in real
time at `localhost:4000`.
@timrogers timrogers requested a review from nickfloyd May 12, 2022 10:13
Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this @timrogers !

@nickfloyd
Copy link
Contributor

release_notes: Configures the project for GitHub Codespaces

@nickfloyd nickfloyd added Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR and removed category: housekeeping labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants