Open lcvriend opened 2 years ago
@andreamah this would be helpful for me as well. Is there no way to disable this from the settings?
Seems related to this? https://github.com/microsoft/vscode/issues/182011
Might be macOS specific based on https://github.com/microsoft/vscode/issues/129178
Seems like it might be linked. My best guess is that this is related to upstream, as I don't any explicit settings that particularly target this API.
same issue, also on macOS. if anyone has a fix/workaround, please share
Thank you for this very useful extension. It is easy to use and has been working smoothly for me. However, I have run into an issue when previewing a page within vscode that uses the
navigator.clipboard
API. See the following console message:If I open the page in the browser using livepreview then the
navigator.clipboard
API actually works without problems. It would however be very useful to me if I could use the clipboard API when viewing a page within vscode itself. Is this possible?