From e3f62d1c5c4d4a4ce970960950b52e2e56b11f8b Mon Sep 17 00:00:00 2001 From: rotinom Date: Sun, 23 Jul 2023 14:46:07 -0500 Subject: [PATCH] =?UTF-8?q?Update=20"getting=20started"=20section=20with?= =?UTF-8?q?=20instructions=20on=20how=20to=20validate=E2=80=A6=20(#1843)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Franck Nijhof --- docs/development_environment.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development_environment.mdx b/docs/development_environment.mdx index 3e809886..f2bd5184 100644 --- a/docs/development_environment.mdx +++ b/docs/development_environment.mdx @@ -35,6 +35,11 @@ The easiest way to get started with development is to use Visual Studio Code wit 3. Your browser will prompt you if you want to use Visual Studio Code to open the link, click "Open Link". 4. When Visual Studio Code asks if you want to install the Remote extension, click "Install". 5. The Dev Container image will then be built (this may take a few minutes), after this your development environment will be ready. +6. You can verify that your dev container is set up properly by the following: + * Open the command palette in Visual Studio Code - `Shift`+`Command`+`P`(Mac) / `Ctrl`+`Shift`+`P` (Windows/Linux). + * Select `Tasks: Run Task` -> `Run Home Assistant Core` + * A terminal should open and begin outputting activity. Check for errors and wait for the output to stop/slow down. + * Navigate a web browser to `https://localhost:8123`, and you should see the Home Assistant setup screen. In the future, if you want to get back to your development environment: open Visual Studio Code, click on the "Remote Explorer" button in the sidebar, select "Containers" at the top of the sidebar.