提交 ebc8b06a 编写于 作者: J Joao Moreno

remove references to cacheUrl

上级 58dc6a17
......@@ -101,7 +101,6 @@ export interface IEnvironment {
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
......
......@@ -37,7 +37,6 @@ export interface IProductConfiguration {
date: string;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
extensionTips: { [id: string]: string; };
......
......@@ -113,7 +113,6 @@ export interface IWindowConfiguration extends env.ICommandLineArguments {
crashReporter: Electron.CrashReporterStartOptions;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
extensionTips: { [id: string]: string; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册