vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Use anchor positioning added in VS Code for hovers, etc.

Open justinrobots opened this issue 4 months ago • 1 comments

VS Code upgraded to a new version of Chromium that supports native anchor positioning. Using this could allow us to stop using shoelace for things like hover positioning, etc.

justinrobots avatar Oct 15 '25 15:10 justinrobots

Resources

https://developer.chrome.com/blog/anchor-positioning-api https://css-tricks.com/css-anchor-positioning-guide/ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_anchor_positioning

d13 avatar Nov 07 '25 16:11 d13