feature: supports open in/diff with VSCodium (#102)

This commit is contained in:
leo 2024-05-03 21:54:10 +08:00
parent 63248dafb5
commit c9ce41aef3
6 changed files with 38 additions and 0 deletions

View file

@ -126,6 +126,11 @@ namespace SourceGit.Models
TryAdd("Visual Studio Code - Insiders", "vscode_insiders", "\"{0}\"", "VSCODE_INSIDERS_PATH", platformFinder);
}
public void VSCodium(Func<string> platformFinder)
{
TryAdd("VSCodium", "codium", "\"{0}\"", "VSCODIUM_PATH", platformFinder);
}
public void Fleet(Func<string> platformFinder)
{
TryAdd("Fleet", "fleet", "\"{0}\"", "FLEET_PATH", platformFinder);