Skip to content

Commit c79db98

Browse files
authored
Merge pull request #7779 from microsoft/fix-screenshot
Fix screenshot
2 parents eefc9ae + 3f5b033 commit c79db98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/getstarted/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ Now that you have a folder open in VS Code, let's take a quick tour of the user
8787

8888
As you type, you should see suggestions popping up that help you complete your code (*IntelliSense*). You can use the `kbstyle(Up)` and `kbstyle(Down)` keys to navigate the suggestions, and `kbstyle(Tab)` to insert the selected suggestion.
8989

90-
![Screen capture that shows IntelliSense in action for an HTML file.](images/getting-started/html-intellisense.gif)
91-
9290
1. Add more files to your workspace and notice that each file opens a new Editor tab.
9391

9492
You can open as many editors as you like and view them side by side vertically or horizontally. Learn more about [side by side editing](/docs/getstarted/userinterface.md#side-by-side-editing).
@@ -134,7 +132,7 @@ Now that you have a folder open in VS Code, let's take a quick tour of the user
134132

135133
![Screenshot that shows the Command Palette, listing the entries for moving the terminal.](images/getting-started/command-palette-move-terminal.png)
136134

137-
1. Remove `>` character and start typing to search for files in your workspace. You can use the `kb(workbench.action.quickOpen)` keyboard shortcut to open the Command Palette and start searching for files directly.
135+
1. Remove the `>` character and start typing to search for files in your workspace. You can use the `kb(workbench.action.quickOpen)` keyboard shortcut to open the Command Palette and start searching for files directly.
138136

139137
![Screenshot that shows the Quick Open feature in the Command Palette.](images/getting-started/quick-open.png)
140138

0 commit comments

Comments
 (0)