Skip to content

Commit

Permalink
Remove suggestion to run the file with the play button in codespaces (#…
Browse files Browse the repository at this point in the history
…19)

* Remove suggestion to run the file with the play button in codespaces

* Update step to run file in terminal
  • Loading branch information
luabud authored Jul 10, 2020
1 parent e067c59 commit ddc8298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 9-vscodespaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You'll need the following tools installed on your local machine:
1. Open the Command Palette (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>, or <kbd>Command</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd> if you're on macOS) and run the `File: New File` command.
1. Name it `hello.py`, and open it on VS Codespaces.
1. Add `print("Hello, VS Codespaces!")` to the file and save it (<kbd>Ctrl</kbd> + <kbd>S</kbd>).
1. Click on the green play button on the top right, next to your file name open on the editor. This will run your hello world script in the terminal.
1. Right click on the editor select `Run Python File in Terminal`. This will run your hello world script in the terminal.

## Debug the Hello World Flask app

Expand Down

0 comments on commit ddc8298

Please sign in to comment.