Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Once we open our first Python file in VS Code, we'll see some configuration pop-
### Open the `project.py` file

If you haven't created a `project.py` file in the `pyworkshop` directory, now is the time to do so.
You can make a new file (Ctrl+N or ⌘P) and then save it (Ctrl+S or ⌘S).
You can make a new file (Ctrl+N or ⌘N) and then save it (Ctrl+S or ⌘S).

Now that you've learned the necessary keyboard shortcuts, use Quick Open with `Ctrl+P` or `⌘P` to open the `project.py` file.

Expand Down Expand Up @@ -65,4 +65,4 @@ Let's go ahead and click install on the Linter popup.
{{%expand "Note: If you accidentally dismissed the popup, open the command palette and search for Python: Select Linter, then select pylint. The popup will now reappear, and you can hit install. Expand this section for more details." %}}
![Select linter](/01-introduction/02-requirements/05-vs-code/images/select-linter.png?classes=shadow,border)
![Choose pylint](/01-introduction/02-requirements/05-vs-code/images/select-pylint.png?classes=shadow,border)
{{% /expand%}}
{{% /expand%}}