vscode-edge-devtools
vscode-edge-devtools copied to clipboard
The 'Copy ...' menu options from the Styles pane don't work
Environment:
- OS: Windows 11
- Extension version: 1.4.1
Describe the bug:
- Start DevTools in VS Code
- Go to any element in the Elements panel
- Right-click any rule in the Styles pane and select
Copy Rule(or any of the other copy items)
Nothing ends up in the clipboard.
Expected behavior: The corresponding content should get copied.
Thanks for bringing that up.
On a related note, you can't copy payload text from the network payload inspector.
Steps:
- Create a form and post it.
- Go into DevTools in VS Code
- Find your post in the Network panel
- click on the payload tab
- Right click on the content and select Copy value in the context menu
- Try pasting it somewhere
Expected: I thought I'd see the contents pasted.
Found: Nothing pasted.