You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ to [Visual Studio Code](https://code.visualstudio.com/), including [features](#f
19
19
1.[Install a supported version of Python on your system](https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites)
20
20
(note: only Python 3.8 and above are supported)
21
21
22
-
2.[Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.0 and above are supported)
22
+
2.[Install a supported version of RobotFramwork on your system](https://github.com/robotframework/robotframework/blob/master/INSTALL.rst) (note: only RobotFramework 4.1 and above are supported)
23
23
24
24
3.[Install the RobotCode extension for Visual Studio Code](https://code.visualstudio.com/docs/editor/extension-gallery).
25
25
4. Open or create a robot file and start coding! 😉
@@ -37,17 +37,21 @@ to [Visual Studio Code](https://code.visualstudio.com/), including [features](#f
37
37
With RobotCode you can edit your code with auto-completion, code navigation, syntax checking and many more.
38
38
Here is a list of Features:
39
39
40
-
-[Autocomplete and IntelliSense](#Autocomplete-and-IntelliSense)
41
-
-[Code Navigation](#code-navigation)
42
-
-[Diagnostics and Linting](#diagnostics-and-linting)
0 commit comments