Commit Graph

18 Commits

Author SHA1 Message Date
Levi Yan
3ed039b62c refactor: remove operations that are no longer used under Remote Env 2025-06-11 13:36:08 +08:00
Levi Yan
c15b8919ca feat: two new global state variable( localSystemName, localSSHConfigPath) used to support first connect in remote environment 2025-05-06 23:00:03 +08:00
Levi Yan
98b64fd8cb feat: store local system name in global state 2025-04-29 19:04:07 +08:00
Levi Yan
4188072065 refactor: set showErrorNotification as a function for reuse 2025-03-23 17:15:33 +08:00
Levi Yan
ef3629c5c4 refactor: 从用户配置中读取域名由getDevstarDomain函数负责 2025-03-03 13:15:34 +08:00
Levi Yan
04b2d6bcaf refactor: distinguish how to obtain GetCommitId on different operating systems 2025-02-21 21:19:34 +08:00
Levi Yan
da5e253763 clean: remove unused code 2025-02-21 21:17:18 +08:00
Levi Yan
a0aee79aba clean: remove useless code 2025-01-22 10:27:07 +08:00
Levi Yan
bdf708597d fix: cannot execute code --version in windows and linux 2025-01-08 18:36:59 +08:00
Levi Yan
27a09a49ab style: tab -> 2 spaces in all typescript files 2024-11-12 19:07:30 +08:00
Levi Yan
1988adaf94 refactor(getDefaultPublicKey): remove \r and \n character in public key 2024-10-17 19:55:23 +08:00
Levi Yan
6921406013 fix: loop calling in getDefaultPublicKey 2024-10-17 13:03:42 +08:00
Levi Yan
c113328524 fix: if both public and private key exists, stop creating new ssh key 2024-10-17 12:17:34 +08:00
Levi Yan
34927df20f feat: ssh default public/key related operation
* if default private/public key exist
* get default private/public key or their path
* create new default SSH key
2024-10-17 12:15:32 +08:00
Levi Yan
f164a3dfed refactor: treat fetch as public utils function 2024-09-18 13:53:31 +08:00
Levi Yan
0d74a12e3c feat(utils): get vscode version message - commit id 2024-08-22 11:48:02 +08:00
Levi Yan
0f0e336160 feat(utils): sleep function
a small debug tool
2024-07-30 23:35:52 +08:00
Levi Yan
fd9fe52529 refactor: convert js to ts 2024-07-02 12:15:39 +08:00