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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ An extension with rich support for the [Red Programming language](https://www.re
10
10
11
11
## Settings
12
12
13
-
To enable features like IntelliSense, you need to configure the path to the Red binaries in the `Settings`.
13
+
### Set the Red binaries
14
+
15
+
To enable features like IntelliSense, you need to configure the path to the [Red binaries](https://www.red-lang.org/p/download.html) in the `Settings`.
16
+
17
+
There are two ways to do it. Details are as follows.
14
18
15
19
---
16
20
**NOTE**
@@ -19,15 +23,15 @@ Restart the VS Code to take effect after changing the `Settings`.
19
23
20
24
---
21
25
22
-
### Set the search path of the red binaries
26
+
### 1. Set the search path of the red binaries
23
27
24
28
Download the [Red binaries](https://www.red-lang.org/p/download.html) to a local folder, then set the `red.redDir` to it. The plugin will use the latest one according to the filename.
25
29
26
30
```
27
31
"red.redDir": "D:/Tools/Red/"
28
32
```
29
33
30
-
### Set the full path of the red binaries
34
+
### 2. Set the full path of the red binaries
31
35
32
36
If you want to use a specified version of Red binaries, use the following settings:
0 commit comments