提交 94f0c3a0 编写于 作者: M Matt Bierner

Add scripts property to manifest so that index access is valid

#76442
上级 45ccecfc
......@@ -140,6 +140,7 @@ export interface IExtensionManifest {
readonly bugs?: { url: string; };
readonly enableProposedApi?: boolean;
readonly api?: string;
readonly scripts?: { [key: string]: string; };
}
export const enum ExtensionType {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册