Export public key gpg --export [email protected] > my_key.pub The file can then be shared to other people. Export public key in armor ASCII format
My solution to the problem of incorrect display of colors in vscode In order to activate sRGB color display in vscode, you need to do the following: Open the command palette and go to Preferences: Configure Runtime Arguments Add this to the configuration: "force-color-profile": "srgb"