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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A VSCode plugin to help the configuration of [ege](https://xege.org). Enjoy it!
15
15
16
16
## Deps
17
17
18
-
- Windows: Visual Studio `2017`/`2019`/`2022`/`20XX+`
18
+
- Windows: Visual Studio `2017`/`2019`/`2022`/`2026+`
19
19
- MacOS: `mingw-w64`, `wine-stable` (wine64)
20
20
- You can install via `brew install mingw-w64 wine-stable`
21
21
- Linux: `mingw-w64`, `wine64`
@@ -36,9 +36,14 @@ You can define some options like below:
36
36
"ege.update_url":"",
37
37
"ege.showEditorContextMenu":true, // Show 'ege' in editor context menu
38
38
"ege.explorerContextMenu":true, // Show 'ege' in explorer context menu
39
+
"ege.downloadFromOfficial":false// Download EGE from official website instead of using the builtin version
39
40
}
40
41
```
41
42
43
+
### Configuration Details
44
+
45
+
-**`ege.downloadFromOfficial`**: By default, the plugin uses the builtin EGE library (tested and stable). If you want to download the latest version from the official website (<https://xege.org>), set this option to `true`. Note that the official download may not always be stable or compatible with the plugin.
Copy file name to clipboardExpand all lines: package.nls.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,6 @@
8
8
"title.egeConfiguration": "ege configuration",
9
9
"config.updateUrl.description": "An url to get latest version of EGE (default: https://xege.org/download/ege-latest-version)",
10
10
"config.showEditorContextMenu.description": "Show 'ege' in editor context menu",
11
-
"config.explorerContextMenu.description": "Show 'ege' in explorer context menu"
11
+
"config.explorerContextMenu.description": "Show 'ege' in explorer context menu",
12
+
"config.downloadFromOfficial.description": "Download EGE from official website (https://xege.org) instead of using the builtin version. Enable this option only if you need the latest version from the official website."
0 commit comments