mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature: supports JetBrains Rider (#77)
This commit is contained in:
parent
e1adc30fc1
commit
fd2160e56e
6 changed files with 26 additions and 1 deletions
|
@ -59,6 +59,11 @@ namespace SourceGit.Models
|
|||
TryAdd("JetBrains Fleet", "fleet", "\"{0}\"", "FLEET_PATH", platform_finder);
|
||||
}
|
||||
|
||||
public void Rider(Func<string> platform_finder)
|
||||
{
|
||||
TryAdd("JetBrains Rider", "rider", "\"{0}\"", "RIDER_PATH", platform_finder);
|
||||
}
|
||||
|
||||
public void SublimeText(Func<string> platform_finder)
|
||||
{
|
||||
TryAdd("Sublime Text", "sublime_text", "\"{0}\"", "SUBLIME_TEXT_PATH", platform_finder);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue