add info on how to open command palette (#1779)

* add info on how to open command palette

* Update docs/development_environment.mdx

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update development_environment.mdx

move keyboard shortcut hint to first mention of the command palette

---------

Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
schelv 2023-05-16 19:50:42 +02:00 committed by GitHub
parent c383351845
commit fba80e9764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ In the future, if you want to get back to your development environment: open Vis
### Tasks ### Tasks
The devcontainer comes with some useful tasks to help you with development, you can start these tasks by opening the command palette and select `Tasks: Run Task` then select the task you want to run. The devcontainer comes with some useful tasks to help you with development, you can start these tasks by opening the command palette with `Shift`+`Command`+`P`(Mac) / `Ctrl`+`Shift`+`P` (Windows/Linux) and select `Tasks: Run Task` then select the task you want to run.
When a task is currently running (like `Preview` for the docs), it can be restarted by opening the command palette and selecting `Tasks: Restart Running Task`, then select the task you want to restart. When a task is currently running (like `Preview` for the docs), it can be restarted by opening the command palette and selecting `Tasks: Restart Running Task`, then select the task you want to restart.