Open
Description
I followed this guide: https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/sources/opening-sources-in-vscode
- In Devtools I've checked:
- Open source files in visual studio code
- Save devtools changes to disk
- Added the project folder.
- Clicked allow when prompted.
- When I go to Elements panel, and look at styles section, I see that it shows the "Linked" icon (
) and when hovering over the icon it says "Linked to ". The file path is correct. Same applies to all the other source mapped files in "Sources". Sourcemaps work correctly in the project. - If I edit the file in Devtools and do Ctrl+S, it successfully saves the changes to disk.
- I can also right click the file in Sources and choose "open containing folder", and it successfully does so.
But clicking the linked icon or the file name (for styles, for example), opens them in the Sources panel. It doesn't open them in VSCode.
Or did I misunderstand this paragraph:
"DevTools opens an instance of Visual Studio Code and shows all the files in the root folder. DevTools also opens the file you've selected, scrolled to the correct line of the CSS selector."
I have an instance of VSCode already running for this root folder.
I'm on Linux.
Edge version: 112.0.1722.34
AB#44318339