Closed
Description
Hi,
I'm using SourceGit for Linux "under" WSL, version 2025.08. I wanted to configure some additional external tool that I could launch from within SourceGit. I created external_editors.json
:
{
"tools": {
"Visual Studio Code": "/usr/local/bin/code",
"Notepad++": "/usr/local/bin/npp"
}
}
And whereas "Visual Studio Code" is available and working nicely, npp is not added to the menu. Would be possible to extend this feature so that:
- any tool can be added
- icon for the tool can be configured
?
Thank you,