chore(repo): change "Command prompt" to "Command Palette" (#17650)

This commit is contained in:
Craig Rodrigues 2023-06-21 14:54:16 -07:00 committed by GitHub
parent 8fdd68c4c1
commit 1e0105f9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ To do so, simply:
- Checkout the repo - Checkout the repo
- Open it with VSCode - Open it with VSCode
- Open the "Commands prompt" and select "Dev Containers: Open Folder in Container..." - Open the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) and select "Dev Containers: Open Folder in Container..."
The repo comes with a preconfigured `devcontainer.json` file (located in `.devcontainer/` folder at root), that `VSCode` will automatically use to install the aforementioned tools, inside a Docker image. It will even run `pnpm install` for you, so you can start contributing to Nx right after. The repo comes with a preconfigured `devcontainer.json` file (located in `.devcontainer/` folder at root), that `VSCode` will automatically use to install the aforementioned tools, inside a Docker image. It will even run `pnpm install` for you, so you can start contributing to Nx right after.