Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Dec 2, 2019
1 parent facdf0a commit e90ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.ts
Expand Up @@ -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') {
Expand Down

0 comments on commit e90ffca

Please sign in to comment.