This commit is contained in:
Logan Ramos
2021-08-23 15:08:33 -04:00
parent eaa6f56c52
commit 2da60a8a4a
7 changed files with 10 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ import * as search from 'vs/workbench/services/search/common/search';
export interface IEnvironment {
isExtensionDevelopmentDebug: boolean;
appName: string;
embedderIdentifier: string;
appHost: string;
appRoot?: URI;
appLanguage: string;
appUriScheme: string;