From c13a5ba01d5cb39a12e41c225e358c63e20c8e47 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 1 May 2021 20:23:02 +0200 Subject: Update Install-with-Docker.md --- docs/Install-with-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 0885d99..3064121 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -165,7 +165,7 @@ To setup the Dev-Container follow these steps: 1. Copy the `docker-compose.override.yml` file from the /conf/dist folder to the root directory of the azerothcore repo. (needed until [this](https://github.com/microsoft/vscode-remote-release/issues/1080) will be solved) 2. [install and open VSCode](https://code.visualstudio.com/) -3. install the remote-container extension +3. install the [remote-container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension 4. Open the azerothcore folder inside VSCode 5. Open the VSCode [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) (Ctrl+Shift+P) and run: `>Remote-Containers: Reopen in Container` -- cgit