This commit is contained in:
Sandeep Somavarapu
2018-07-20 15:02:16 +02:00
parent 1f90bac9e0
commit e7058655de
15 changed files with 113 additions and 35 deletions

View File

@@ -46,7 +46,6 @@ export interface IEnvironment {
isExtensionDevelopmentDebug: boolean;
appRoot: string;
appSettingsHome: string;
disableExtensions: boolean;
extensionDevelopmentPath: string;
extensionTestsPath: string;
}