Skip to content

Commit

Permalink
[docs] Add section 'Dev Container' to the Mojo stdlib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0li committed May 24, 2024
1 parent 727ed24 commit 86ba12f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions stdlib/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ And if you're using VS Code:
- [Install the nightly VS Code
extension](https://marketplace.visualstudio.com/items?itemName=modular-mojotools.vscode-mojo-nightly)

### Dev Container

There is an externally maintained
[Mojo Dev Container](https://github.com/benz0li/mojo-dev-container) with all
prerequisites installed.

The Dev Container also includes the unit test dependencies `lit` and `FileCheck`
(from LLVM) and has `pre-commit` already set up.

See [Mojo Dev Container > Usage](https://github.com/benz0li/mojo-dev-container#usage)
on how to use with [Github Codespaces](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository)
or [VS Code](https://code.visualstudio.com/docs/devcontainers/containers).

If there is a problem with the Dev Container, please open an issue at
<https://github.com/benz0li/mojo-dev-container/issues>.

## Building the standard library

To build the standard library, you can run the
Expand Down

0 comments on commit 86ba12f

Please sign in to comment.