11 Commits

Author SHA1 Message Date
bobo.yang
3fc21b920e update log text 2023-06-13 10:45:11 +08:00
bobo.yang
82faf14eb6 Separate VSCode from core logic for ISSUE #125
- Extract VSCode-related code from core logic.
- Improve modularity for easier unit testing.
2023-05-31 16:10:53 +08:00
bobo.yang
562a125902 handle vscode 2023-05-31 16:10:53 +08:00
bobo.yang
58b5e2f45b replace dtm with git 2023-05-22 13:14:51 +08:00
bobo.yang
c890db19b3 add command to commit all changes 2023-05-18 16:44:08 +08:00
bobo.yang
438a858c39 commitmsg
Check file existence using fs.existsSync

- Replace fs.accessSync with fs.existsSync for simplicity
- Update fileExists function in the TypeScript script
2023-05-09 18:22:11 +08:00
bobo.yang
9b51d3e24b commitmsg
Add binaryPath to DtmWrapper class

- Initialize binaryPath with default value 'dtm'
- This change is in src/toolwrapper/dtm.ts
2023-05-09 18:13:51 +08:00
bobo.yang
ed2f645eb4 package dtm 2023-05-09 18:04:08 +08:00
bobo.yang
59d1a0eb3e add log 2023-05-09 10:34:33 +08:00
bobo.yang
e3a94d1f76 handle exception in dtm 2023-05-08 17:18:48 +08:00
bobo.yang
bac73dadb1 refactor code 2023-05-05 21:27:40 +08:00