data.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "addToCommand": true,
  3. "addToContextMenu": true,
  4. "createInstanceNearExistingOnes": true,
  5. "errorNoticeTimeout": -1,
  6. "exposeInternalModules": true,
  7. "focusOnNewInstance": true,
  8. "hideStatusBar": "never",
  9. "language": "zh-Hans",
  10. "newInstanceBehavior": "newHorizontalSplit",
  11. "noticeTimeout": -1,
  12. "openChangelogOnUpdate": false,
  13. "pinNewInstance": true,
  14. "preferredRenderer": "dom",
  15. "profiles": {
  16. "TortoiseGit-Commit": {
  17. "args": [],
  18. "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:commit /path:\"./\"",
  19. "name": "TortoiseGit-Commit",
  20. "platforms": {
  21. "win32": true
  22. },
  23. "restoreHistory": true,
  24. "successExitCodes": [
  25. "0",
  26. "SIGINT",
  27. "SIGTERM"
  28. ],
  29. "terminalOptions": {},
  30. "type": "external"
  31. },
  32. "TortoiseGit-Pull": {
  33. "args": [],
  34. "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:pull /path:\"./\"",
  35. "name": "TortoiseGit-Pull",
  36. "platforms": {
  37. "win32": true
  38. },
  39. "restoreHistory": true,
  40. "successExitCodes": [
  41. "0",
  42. "SIGINT",
  43. "SIGTERM"
  44. ],
  45. "terminalOptions": {},
  46. "type": "external"
  47. },
  48. "TortoiseGit-Push": {
  49. "args": [],
  50. "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:push /path:\"./\"",
  51. "name": "TortoiseGit-Push",
  52. "platforms": {
  53. "win32": true
  54. },
  55. "restoreHistory": true,
  56. "successExitCodes": [
  57. "0",
  58. "SIGINT",
  59. "SIGTERM"
  60. ],
  61. "terminalOptions": {},
  62. "type": "external"
  63. },
  64. "TortoiseGit-Log": {
  65. "args": [],
  66. "executable": "D:\\develop\\TortoiseGit\\bin\\TortoiseGitProc.exe /command:Log /path:\"./\"",
  67. "name": "TortoiseGit-Log",
  68. "platforms": {
  69. "win32": true
  70. },
  71. "restoreHistory": true,
  72. "successExitCodes": [
  73. "0",
  74. "SIGINT",
  75. "SIGTERM"
  76. ],
  77. "terminalOptions": {},
  78. "type": "external"
  79. }
  80. }
  81. }