Skip to content

Commit

Permalink
Clarify development docs
Browse files Browse the repository at this point in the history
  • Loading branch information
exhuma committed Nov 6, 2022
1 parent a81fc20 commit 603f15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ but provides a reproducible build environment with all required system
dependencies. When working with VS-Code (including the
`ms-vscode-remote.vscode-remote-extensionpack` extension) the development
container can be built manually by opening the command-pallette (CTRL-SHIFT-P)
and selecting `Remote-Containers: Rebuild Container` command. This can also be
and selecting `Dev-Containers: Rebuild Container` command. This can also be
used any time something in the container has changed.

1. Clone the Repository
Expand All @@ -19,11 +19,11 @@ used any time something in the container has changed.

1. Build

- With VS-Code using the "Remote Containers" extension
- With VS-Code using the "Remote Development" extension

- Build the development container

Select "Remote-Containers: Rebuild Container" from the command-pallette
Select "Dev Containers: Rebuild Container" from the command-pallette
(CTRL-SHIFT-P)

- Build the extension
Expand Down

0 comments on commit 603f15e

Please sign in to comment.