You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Under the **Extensions** tab, install the **Remote - Containers** ([ms-vscode-remote.remote-containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)) extension installed. On Windows, you also need the **Remote - WSL** ([ms-vscode-remote.remote-wsl](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)) extension to take advantage of the WSL 2 *(Windows Subsystem for Linux)* native integration.
30
+
2. Under the **Extensions** tab, ensure you have the **Remote - Containers** ([ms-vscode-remote.remote-containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)) extension installed. On Windows, you also need the **Remote - WSL** ([ms-vscode-remote.remote-wsl](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl)) extension to take advantage of the WSL 2 *(Windows Subsystem for Linux)* native integration.
31
31
2. Open the top-level directory of the datatracker code you fetched above.
32
32
3. A prompt inviting you to reopen the project in containers will appear in the bottom-right corner. Click the **Reopen in Container** button. If you missed the prompt, you can press `F1`, start typing `reopen in container` task and launch it.
33
33
4. VS Code will relaunch in the dev environment and create the containers automatically.
@@ -37,7 +37,7 @@ This project includes a devcontainer configuration which automates the setup of
37
37
38
38
To return to your dev environment created above, simply open **VS Code** and select**File**>**Open Recent** and selectthe datatracker folder with the `[Dev Container]` suffix.
39
39
40
-
You can also open the datatracker project folder and click the **Reopen in container** button when prompted. f you missed the prompt, you can press `F1`, start typing `reopen in container` task and launch it.
40
+
You can also open the datatracker project folder and click the **Reopen in container** button when prompted. If you missed the prompt, you can press `F1`, start typing `reopen in container` task and launch it.
41
41
42
42
### Usage
43
43
@@ -87,10 +87,11 @@ You can also open the datatracker project folder and click the **Reopen in conta
87
87
run
88
88
```
89
89
90
-
On Windows:
90
+
On Windows *(using Powershell)*:
91
91
```sh
92
-
cd docker
93
-
docker-compose -f docker-compose.yml -f docker-compose.extend.yml up -d
0 commit comments