update link
This commit is contained in:
parent
facdf0ac8d
commit
e90ffca8ba
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue