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.