提交 946b6f64 编写于 作者: B Benjamin Pasero

💄

上级 3ca69614
......@@ -21,20 +21,12 @@ export interface IWorkbenchEnvironmentService extends IEnvironmentService {
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// NOTE: KEEP THIS INTERFACE AS SMALL AS POSSIBLE. AS SUCH:
// - PUT NON-WEB PROPERTIES INTO NATIVE WB ENV SERVICE
// PUT NON-WEB PROPERTIES INTO THE NATIVE WORKBENCH
// ENVIRONMENT SERVICE
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
readonly _serviceBrand: undefined;
/**
* @deprecated this property will go away eventually as it
* duplicates many properties of the environment service
*
* Please consider using the environment service directly
* if you can.
*/
readonly configuration: IWorkbenchConfiguration;
readonly options?: IWorkbenchOptions;
readonly remoteAuthority?: string;
......@@ -53,6 +45,15 @@ export interface IWorkbenchEnvironmentService extends IEnvironmentService {
readonly skipReleaseNotes: boolean;
/**
* @deprecated this property will go away eventually as it
* duplicates many properties of the environment service
*
* Please consider using the environment service directly
* if you can.
*/
readonly configuration: IWorkbenchConfiguration;
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// NOTE: KEEP THIS INTERFACE AS SMALL AS POSSIBLE. AS SUCH:
// - PUT NON-WEB PROPERTIES INTO NATIVE WB ENV SERVICE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册