mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 07:09:53 +01:00
remove references to cacheUrl
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user