From fba80e9764ba160c614677d72edfb6bedf4a7135 Mon Sep 17 00:00:00 2001 From: schelv <13403863+schelv@users.noreply.github.com> Date: Tue, 16 May 2023 19:50:42 +0200 Subject: [PATCH] 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 * Update development_environment.mdx move keyboard shortcut hint to first mention of the command palette --------- Co-authored-by: Shay Levy --- docs/development_environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index dd496d71..1cf448ad 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -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.