You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information):
OS (e.g., Windows 10):
Extension version (e.g., 1.2.3):
Describe the bug:
I have an issue with the microsoft edge devtool visual studio, I don't know if this happen to others but a cursor pointer won't pop even though I a css property and its value "cursor: pointer"
Repro steps:
Expected behavior:
Additional context:
The text was updated successfully, but these errors were encountered:
The extension streams the webpage from a headless Edge process into VS Code. So essentially, what you're seeing is a series of screenshots that are taken of the actual running webpage, being displayed in a panel in VS Code.
So, for the cursor to change, the headless browser would need to send events for when the cursor is hovering over an element that has cursor:pointer (or other). The extension would then have to listen to those events and change the cursor in VS Code accordingly.
So, not impossible to do I guess. But pretty technically involved.
Environment (please complete the following information):
Describe the bug:
I have an issue with the microsoft edge devtool visual studio, I don't know if this happen to others but a cursor pointer won't pop even though I a css property and its value "cursor: pointer"
Repro steps:
Expected behavior:
Additional context:
The text was updated successfully, but these errors were encountered: