From eef570153ac0ff59000bdbdbee4c26d81bc02dc5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 2 Jan 2020 13:12:56 +0100 Subject: [PATCH] Update development_environment.md (#376) Add hint if command 'remote-containers.reopenInContainer' not found is shown. --- docs/development_environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development_environment.md b/docs/development_environment.md index 8da240ac..2b3f421f 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -92,6 +92,8 @@ When you open this repository with Visual Studio code you are asked to "Reopen i _If you don't see this notification, open the command pallet and select `Remote-Containers: Reopen Folder in Container`._ +_If you get `command 'remote-containers.reopenInContainer' not found` make sure to use a Visual Studio code version with remote container support enabled._ + The devcontainter comes with some useful tasks to help you with development, you can start these tasks by opening the command pallet and select `Tasks: Run Task` then select the task you want to run. Running tasks like `Preview` can be restarted by opening the command pallet and selecting `Tasks: Restart Running Task`, then select the task you want to restart.