File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,15 @@ title: VSCode
5
5
6
6
# Visual Studio Code
7
7
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 --->
13
17
[ vscode-docs ] : https://code.visualstudio.com/docs
14
18
15
19
## Python Extension
You can’t perform that action at this time.
0 commit comments