Merge branch 'master' into ben/stacks

This commit is contained in:
Benjamin Pasero
2016-05-23 19:14:36 +02:00
50 changed files with 4092 additions and 619 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; };