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 98dc08b commit 32773fa
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 @@ -18,7 +18,7 @@ there is no need to setup anything. The whole environment is already bootstrappe
The container is based in Go 1.22 to allow development of the RP as well as it has
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 fresh container, you need to run `tsp code install` to enable the VSCode typespec extension. This will give you autocomplete and linting.
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.


## Typespec and azure libraries basics
Expand Down

0 comments on commit 32773fa

Please sign in to comment.