mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
💄
This commit is contained in:
@@ -38,7 +38,7 @@ const useId = localize('useId', "Make sure you use the full extension ID, includ
|
||||
|
||||
function getId(manifest: IExtensionManifest, withVersion?: boolean): string {
|
||||
if (withVersion) {
|
||||
return `${manifest.publisher}.${manifest.name} v${manifest.version}`;
|
||||
return `${manifest.publisher}.${manifest.name}@${manifest.version}`;
|
||||
} else {
|
||||
return `${manifest.publisher}.${manifest.name}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user