This commit is contained in:
Logan Ramos
2021-08-05 09:58:03 -04:00
committed by GitHub
parent 664201582e
commit d18e54f820
6 changed files with 16 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ import { ILanguageStatus } from 'vs/editor/common/services/languageStatusService
export interface IEnvironment {
isExtensionDevelopmentDebug: boolean;
appName: string;
embedderIdentifier: string;
appRoot?: URI;
appLanguage: string;
appUriScheme: string;