From 9fb036513c58dde60bacbcaef1f7e7591a904e8d Mon Sep 17 00:00:00 2001 From: maxxlife Date: Fri, 18 Oct 2024 10:02:09 +0200 Subject: [PATCH] Add step to install Dev Containers extension in README (#74) Add step to install Dev Containers extension to see option "Attach Visual Studio Code". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 632164c..a022b69 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ It will ask you for your `sudo` password. ### Develop inside the container using VSCode If you want to develop inside the container using VSCode, you need to have the [Docker extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) installed. +To see option "Attach Visual Studio Code" you also need to download VS Code extenstion Dev Containers. Attach to the container as shown in the image below: