mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
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:
parent
c383351845
commit
fba80e9764
@ -40,7 +40,7 @@ In the future, if you want to get back to your development environment: open Vis
|
||||
|
||||
### 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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user