type vscode fields
This commit is contained in:
parent
86656a33d8
commit
d55606476b
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ export interface Manifest {
|
||||||
version: string;
|
version: string;
|
||||||
engines: { vscode: string; [name: string]: string; };
|
engines: { vscode: string; [name: string]: string; };
|
||||||
|
|
||||||
|
// vscode
|
||||||
|
contributes?: { [contributionType: string]: any; };
|
||||||
|
activationEvents?: string[];
|
||||||
|
extensionDependencies?: string[];
|
||||||
|
_bundling?: { [name: string]: string; }[];
|
||||||
|
_testing?: string;
|
||||||
|
|
||||||
// optional (npm)
|
// optional (npm)
|
||||||
author?: string | Person;
|
author?: string | Person;
|
||||||
description?: string;
|
description?: string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue