update link

This commit is contained in:
Joao Moreno 2019-12-02 09:53:33 +01:00
parent facdf0ac8d
commit e90ffca8ba
No known key found for this signature in database
GPG key ID: 9494F5E6167A8E6B

View file

@ -237,7 +237,7 @@ class ManifestProcessor extends BaseProcessor {
async onEnd(): Promise<void> {
if (typeof this.manifest.extensionKind === 'string') {
util.log.warn(`The 'extensionKind' property should be of type 'string[]'. Learn more at: https://github.com/microsoft/vscode/issues/85819`);
util.log.warn(`The 'extensionKind' property should be of type 'string[]'. Learn more at: https://aka.ms/vscode/api/incorrect-execution-location`);
}
if (this.manifest.publisher === 'vscode-samples') {