mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
Open In Fleet
This commit is contained in:
parent
91bc1ee8ab
commit
cde5fc8f73
11 changed files with 149 additions and 59 deletions
|
@ -33,6 +33,13 @@ namespace SourceGit.Native
|
|||
if (File.Exists("/usr/share/code/code")) return "/usr/share/code/code";
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public string FindFleet()
|
||||
{
|
||||
var path = "~/.local/share/JetBrains/Toolbox/apps/fleet/bin/Fleet";
|
||||
if (File.Exists(path)) return path;
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
public void OpenBrowser(string url)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue