From 180e86164184bdb9e3156fbd40e4467fa5ee4a71 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Thu, 19 Nov 2020 13:07:58 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c284025..3f2489c 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Some things to try: - Once the breakpoint is hit, try hovering over variables, examining locals, and more. - Continue and from the notification that is shown open a browser. Note you can connect to the server in the container. - The status line shows '1 Port Available'. Clicking the status bar entry shows the 'Ports' view that lists the currently available ports. -4. **Forward a port statically:** -You can also forward a port statically in the `.devcontainer/devcontainer.json` file. +4. **Forward a port statically:** You can also forward a port statically in the `.devcontainer/devcontainer.json` file. - Open the `.devcontainer/devcontainer.json` file. - - Comment out the line with the definition of the `forwardedPorts` attribute and adjust the port number as needed. + - Uncomment the `forwardedPorts` attribute and adjust the port number as needed. + - Press F1 and select the **Remote-Containers: Rebuild Container** command so the modifications are picked up. ## Contributing