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

[docs] Add section 'Dev Container' to the Mojo stdlib docs #2664

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
[here](/~https://github.com/benz0li/mojo-dev-container/issues).

## Building the standard library

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