From 84ad4752b3a9c1a7b1acbb99632182701cfe3c63 Mon Sep 17 00:00:00 2001 From: Brigit Murtaugh Date: Fri, 16 Apr 2021 13:24:28 -0700 Subject: [PATCH] Remove unnecessary note --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c496283..2a4f34d 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,6 @@ Some things to try: You may want to make changes to your container, such as installing a different version of a software or forwarding a new port. You'll rebuild your container for your changes to take effect. **Open browser automatically:** As an example change, let's update the `portsAttributes` in the `.devcontainer/devcontainer.json` file to open a browser when our port is automatically forwarded. - - > **Note:** Remote-Containers and Codespaces also take care of dynamic port forwarding, but there may be instances in which we want to statically declare a forwarded port. - Open the `.devcontainer/devcontainer.json` file. - Modify the `"onAutoForward"` attribute in your `portsAttributes` to `"openBrowser"`.