Skip to content

Commit

Permalink
Update api/docs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Barnes <[email protected]>
  • Loading branch information
bennerv and mbarnes authored Apr 18, 2024
1 parent 32773fa commit 517182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The goal is to create the HCP RP API definition in a Microsoft compliant way.
When used from within this project with [VSCode remote extensions](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack),
there is no need to setup anything. The whole environment is already bootstrapped in a container.

The container is based in Go 1.22 to allow development of the RP as well as it has
The container includes Go 1.22 to allow development of the RP as well as
nodejs, which is required for typespec. The container also has typespec with all required libraries installed. The definition can be found in `.devcontainer/postCreate.sh`, where the libraries are pinned to the latest working versions. Please note, when upgrading version of one, the other might need to be upgraded as well because they tend to break.

If you have a fresh container, you need to run `tsp code install` to enable the VSCode typespec extension. This will give you autocomplete and linting.
Expand Down

0 comments on commit 517182b

Please sign in to comment.