Files
octokit.net/.devcontainer
Tim Rogers c9a7533f2c Configure the project for GitHub Codespaces (#2443)
* Add configuration for Codespaces

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.

* Add VS Code tasks for running tests and building the docs

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`.
2022-05-13 10:03:24 +01:00
..