mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 00:54:59 +00:00
feature: add support for Visual Studio as external tool (#648)
* feature: support Visual Studio external tool on Windows * feature: when opening in Visual Studio, try to locate solution file
This commit is contained in:
parent
fba84c8297
commit
1d0098703e
3 changed files with 55 additions and 6 deletions
|
@ -127,6 +127,7 @@ This app supports open repository in external tools listed in the table below.
|
|||
| JetBrains Fleet | YES | YES | YES | FLEET |
|
||||
| Sublime Text | YES | YES | YES | SUBLIME_TEXT |
|
||||
| Zed | NO | YES | YES | ZED |
|
||||
| Visual Studio | YES | YES | YES | VISUALSTUDIO |
|
||||
|
||||
> [!NOTE]
|
||||
> This app will try to find those tools based on some pre-defined or expected locations automatically. If you are using one portable version of these tools, it will not be detected by this app.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue