mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
refactor: rewrite the way to find external editors (#347)
* do not find tools from environment variables since it needs a lot of works on some platforms, such as macOS * add `external_editors.json` to allow user configure paths directly
This commit is contained in:
parent
eaad685d06
commit
0c6af27b40
3 changed files with 59 additions and 22 deletions
|
@ -58,6 +58,7 @@ namespace SourceGit
|
|||
typeof(GridLengthConverter),
|
||||
]
|
||||
)]
|
||||
[JsonSerializable(typeof(Models.ExternalToolPaths))]
|
||||
[JsonSerializable(typeof(Models.InteractiveRebaseJobCollection))]
|
||||
[JsonSerializable(typeof(Models.JetBrainsState))]
|
||||
[JsonSerializable(typeof(Models.ThemeOverrides))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue