Update the name of the forward port command to the latest

This commit is contained in:
Erich Gamma
2019-04-28 15:05:34 +02:00
committed by GitHub
parent ac96566c6b
commit eb2dc118ca

View File

@@ -25,7 +25,7 @@ Some things to try:
- Open `server.js` - Open `server.js`
- Change the server port to 5000. (`const PORT = 5000;`) - Change the server port to 5000. (`const PORT = 5000;`)
- Press <kbd>F5</kbd> to launch the app in the container. - Press <kbd>F5</kbd> to launch the app in the container.
- Press <kbd>F1</kbd> and run the **Remote-Containers: Forward Port...** command. - Press <kbd>F1</kbd> and run the **Remote-Containers: Forward Port from Container...** command.
- Select port 5000. - Select port 5000.
- Click "Open Browser" in the notification that appears to access the web app on this new port. - Click "Open Browser" in the notification that appears to access the web app on this new port.