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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,13 +176,19 @@ This app supports open repository in external tools listed in the table below.
176
176
| Visual Studio | YES | NO | NO |
177
177
178
178
> [!NOTE]
179
-
> This app will try to find those tools based on some pre-defined or expected locations automatically. If you are using one portable version of these tools, it will not be detected by this app.
180
-
> To solve this problem you can add a file named `external_editors.json` in app data storage directory and provide the path directly. For example:
179
+
> This app will try to find those tools based on some pre-defined or expected locations automatically. If you are using one portable version of these tools, it will not be detected by this app.
180
+
> To solve this problem you can add a file named `external_editors.json` in app data storage directory and provide the path directly.
181
+
> User can also exclude some editors by using `external_editors.json`.
0 commit comments