alexiszamanidis / vscode-git-worktrees

A VS Code extension that wraps git worktree operations for simplicity and productivity
https://marketplace.visualstudio.com/items?itemName=GitWorktrees.git-worktrees
MIT License
44 stars 5 forks source link

A way to watch worktree change event #36

Open jackiotyu opened 6 months ago

jackiotyu commented 6 months ago

https://github.com/alexiszamanidis/vscode-git-worktrees/blob/0bc1c61d176ca191dd2ba113a73ede628e7adf12/TODO.md?plain=1#L23

https://github.com/jackiotyu/git-worktree-manager/blob/a6301e13aaaa0739f694a271375074ab063d59e5/src/lib/gitEvent.ts#L1-L27

I think it can solve your problem.

alexiszamanidis commented 6 months ago

Hi @jackiotyu,

Thank you for the suggestion.

I'll take a look into it and get back to you.

lucasfcnunes commented 4 months ago

@jackiotyu I'm looking forward to this too

jackiotyu commented 4 months ago

@jackiotyu I'm looking forward to this too

I hope this helps.

alexiszamanidis commented 4 months ago

@lucasfcnunes Thank you!

alexiszamanidis commented 1 month ago

Hi @lucasfcnunes.

Did you have any luck with it? If you have any useful findings, please share them so I can take a look.