Skip to content

Commit 6e8ff18

Browse files
committed
Encourage use of Code Editors instead of our hosted IDE
The hosted IDE isn't being offered this year.
1 parent d32960e commit 6e8ff18

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

programming/editors/index.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ title: Code Editors
55

66
# Code Editors
77

8-
When developing code to run on our robotics kit, we recommend that you start by
9-
using our hosted IDE. The hosted IDE provides an easy way to get going, as well
10-
as ensuring that you have a history of your code which is available from
11-
anywhere and your mentor can access. We appreciate that you may wish to use your
12-
own editor instead, which you are free to do.
13-
14-
When developing code to run in the simulator, you will need to have both the
15-
simulator and your own editor set up.
8+
In order to develop the code for your robot, we recommend that you use a code
9+
editor. A code editor (rather than a plain text editor) will make it easier to
10+
develop your code and help you catch errors sooner.
1611

1712
<div class="info">
1813
However you are working on your code, you are encouraged to ensure you have a backup!

0 commit comments

Comments
 (0)