Adds ChangelistLens feature for inline changelist details#299
Adds ChangelistLens feature for inline changelist details#299wby1905 wants to merge 1 commit intomjcrouch:masterfrom
Conversation
|
apologies, I have just realised my email has been partially down since mid-April so I haven't been receiving notifications for issues & PRs. |
|
Hi @mjcrouch, Thanks for the reply! That's a very important point you've raised. You are correct, the current implementation relies entirely on the output of p4 annotate and therefore doesn't handle local, uncommitted changes (new, modified, or deleted lines). My primary goal with this PR was to offer a less intrusive way to access the existing annotation data for committed lines, as a quality-of-life improvement. |
|
Great to see this feature being implemented, would be super useful. As for the inspection of local changes, is it possible to combine the information from |
The ChangelistLens feature primarily leverages existing, tested code from the annotation system while the UI-specific components rely on VS Code's decoration API. So tests are only done manually with different file types.