remove vso gallery cache

This commit is contained in:
Joao Moreno
2016-05-23 15:44:12 +02:00
parent 0a986c51b0
commit 4e5c9e6200
4 changed files with 2 additions and 74 deletions

View File

@@ -112,7 +112,6 @@ export interface IWindowConfiguration extends ICommandLineArguments {
crashReporter: Electron.CrashReporterStartOptions;
extensionsGallery: {
serviceUrl: string;
cacheUrl: string;
itemUrl: string;
};
extensionTips: { [id: string]: string; };