Skip to content

Commit 9ab4fae

Browse files
committed
Address inconsistency in VS Code UI on Windows/Linux and Mac OS.
1 parent b290a13 commit 9ab4fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/13-ides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ you may have configured this already on previous usages of PyCharm.
124124
We will take you through the various steps of using VC Code now - also check out the [VS Code Python Quick Start guide](https://code.visualstudio.com/docs/python/python-quick-start) and [Getting Started with Python in VS Code Tutorial](https://code.visualstudio.com/docs/python/python-tutorial).
125125

126126
When you start VS Code, you may be presented with a "Welcome" page giving you shortcuts to commonly
127-
used actions - e.g. `New File...`, `Open...`, or `Clone Git repository...`, etc.
127+
used actions - e.g. `Open File...' and 'Open Folder...` (on Windows and Linux; with similarly named `New File...` and `Open...` actions on Mac OS), `Clone Git repository...`, etc.
128128

129129
![](fig/vscode-welcome.png){alt='Welcome screen in VS Code' .image-with-shadow width="1000px" }
130130

0 commit comments

Comments
 (0)