mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
Open In Fleet
This commit is contained in:
parent
91bc1ee8ab
commit
cde5fc8f73
11 changed files with 149 additions and 59 deletions
|
@ -54,6 +54,12 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
get => !string.IsNullOrEmpty(Native.OS.VSCodeExecutableFile);
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public bool IsFleetFound
|
||||
{
|
||||
get => !string.IsNullOrEmpty(Native.OS.FleetExecutableFile);
|
||||
}
|
||||
|
||||
[JsonIgnore]
|
||||
public Models.GitFlow GitFlow
|
||||
|
@ -285,6 +291,11 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
Native.OS.OpenInVSCode(_fullpath);
|
||||
}
|
||||
|
||||
public void OpenInFleet()
|
||||
{
|
||||
Native.OS.OpenInFleet(_fullpath);
|
||||
}
|
||||
|
||||
public void OpenInTerminal()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue