John Murray

Results 253 comments of John Murray

Please link to the issue on the extension repo.

![image](https://github.com/microsoft/vscode/assets/6726799/ad49a9f5-8d44-4752-816e-1bfa9276b721)

I have pushed a change to make this display a Markdown-capable tooltip. I think the proposed API will probably need a `tooltip? : MarkdownString` property adding to `SourceControlHistoryItem` and wiring...

I have added vscode.SourceControlHistoryItem.tooltip to the proposed API and used it from the Git extension.

![image](https://github.com/microsoft/vscode/assets/6726799/0025c117-8bf8-4264-a5a9-abb5de99eb52)

Please can this be reviewed (and merged 🤞) soon. I really like the new incoming/outgoing feature but it's tedious to have to widen my side bar to see the full...

@lszomoru any chance this can be merged in time for February?

@lszomoru I think a history item "rich" hover will be impoverished if all it does is display untruncated the label and description properties of the item (which is what my...

@lszomoru can I do anything to progress this?