doc: include FAR in ThirdPartyToolProfiles.md (#4242)

This commit is contained in:
vtabota
2020-01-15 18:35:18 -05:00
committed by Dustin L. Howett (MSFT)
parent 23d1bcbd94
commit 6d6fb7f690

View File

@@ -51,6 +51,19 @@ Note that the starting directory of Cygwin is set as it is to make the path
work. The default directory opened when starting Cygwin will be `$HOME` because
of the `--login` flag.
## Far Manager
Assuming that you've installed Far into `c:\Program Files\Far Manager`:
```json
{
"name" : "Far",
"commandline" : "\"c:\\program files\\far manager\\far.exe\"",
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : false
},
```
## Git Bash
Assuming that you've installed Git Bash into `C:/Program Files/Git`: