Skip to content

Commit

Permalink
feat(docs): add toolchain validation to contrib docs (#7227)
Browse files Browse the repository at this point in the history
## Checklist

- [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [x] Tests added (always)
- [x] Docs updated (only required for features)
- [x] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
eladb authored Jan 7, 2025
1 parent 680203a commit dc35958
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/contributing/01-start-here/05-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@ environment:
- [Docker]
- Needed to build the grammar as WASM for the web-based playground and to run unit tests

Verify versions (any compatible version will do):

```sh
$ node --version
v20.17.0
```

```sh
$ pnpm --version
8.15.1
```

```sh
$ rustc --version
rustc 1.82.0 (f6e511eec 2024-10-15)
```

Installation:

```sh
Expand Down

0 comments on commit dc35958

Please sign in to comment.