Skip to content

Commit 5889517

Browse files
committed
Also link to VSCode's own homepage
See comments for why we have two similar links so close together.
1 parent bef42d7 commit 5889517

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

programming/editors/vscode.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ title: VSCode
55

66
# Visual Studio Code
77

8-
Visual Studio Code (known commonly as VSCode) is a free code editor developed by
9-
Microsoft. As such it has [extensive documentation][vscode-docs] about its
10-
general use, which we will not repeat here. Instead this page will focus on the
11-
ways to get the most out of VSCode when developing code for Student Robotics.
12-
8+
[Visual Studio Code][vscode] (known commonly as VSCode) is a free code editor
9+
developed by Microsoft. As such it has [extensive documentation][vscode-docs]
10+
about its general use, which we will not repeat here. Instead this page will
11+
focus on the ways to get the most out of VSCode when developing code for Student
12+
Robotics.
13+
14+
<!-- We link to the homepage as that has a big install button --->
15+
[vscode]: https://code.visualstudio.com
16+
<!-- but we also want to link directly to their docs so people have a starting point --->
1317
[vscode-docs]: https://code.visualstudio.com/docs
1418

1519
## Python Extension

0 commit comments

Comments
 (0)