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
Failed to import image from clipboard DOMException: Must be handling a user gesture to use custom clipboard
This wasn't the case before, not sure if it always happened on web or not. Regardless, I should probably fix this in the extension by moving the clipboard access logic for this case to the extension host instead of webview.
The text was updated successfully, but these errors were encountered:
I'd like a fix on the VS Code side for this but unfortunately I think it would still not work on vscode.dev. So this is on my end, I need to do the clipboard reading on the extension host side, not the webview side.
When the command is run it now results in:
This wasn't the case before, not sure if it always happened on web or not. Regardless, I should probably fix this in the extension by moving the clipboard access logic for this case to the extension host instead of webview.
The text was updated successfully, but these errors were encountered: