File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1010 // NOTE: Copy/paste example below or write your own command in: Package Settings --> FileDiffs --> Settings - User
1111 // This file will be overwritten if the package is updated.
1212
13+ // The "command" argument is different depending on your system, for instance
14+ // you might need to prefix /usr/local/bin, or use another explicit path.
15+
1316 // opendiff (FileMerge)
1417 // "cmd": ["opendiff", "$file1", "$file2"]
1518
Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ Add External Diff Tool *(optional)*
3939
40401 . Preferences > Package Settings > FileDiffs > Settings - Default
4141
42- 2 . Uncomment one of the examples or write you own command to open external diff tool.
42+ 2 . Uncomment one of the examples or write your own command to open external diff tool.
43+
44+ This command * may* need to be a full path (e.g. ` /usr/local/bin/ksdiff ` ), if the command isn't in your ` PATH ` .
4345
4446
4547Commands
You can’t perform that action at this time.
0 commit comments