Update development_environment.md (#376)

Add hint if command 'remote-containers.reopenInContainer' not found is shown.
This commit is contained in:
Stefan Agner 2020-01-02 13:12:56 +01:00 committed by Fabian Affolter
parent be209b285d
commit eef570153a

View File

@ -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.