vscode-edge-devtools
vscode-edge-devtools copied to clipboard
CSS mirroring does not work for inline stylesheets
Version: 1.4.1
OS: Windows 11
Stack : Error: cannot open file:///c%3A/Users/pabrosse/dev/edge-demos/detached-elements. Detail: Unable to read file 'c:\Users\pabrosse\dev\edge-demos\detached-elements' (Error: Unable to read file 'c:\Users\pabrosse\dev\edge-demos\detached-elements' that is actually a directory)
Additional context:

I think the problem is coming from the fact that my styles are in an inline <style> tag in the HTML file. Not in a separate stylesheet.
Interesting, will investigate.