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
When using the Remote SSH extension to access a remote server via ssh, and attempting to create a GUID using this extension, the extension generates the GUID and displays a notification, but the GUID doesn't get copied to my clipboard.
I believe this may be due to the execution context of this extension being the remote context instead of the local context, but I couldn't be sure, as I'm not familiar with how vs code extensions work exactly.