mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 10492ba146318412cbee8b76a8c630f226914734
This commit is contained in:
@@ -11,11 +11,15 @@ import { URI } from 'vs/base/common/uri';
|
||||
|
||||
export const IWorkbenchEnvironmentService = createDecorator<IWorkbenchEnvironmentService>('environmentService');
|
||||
|
||||
export interface IEnvironmentConfiguration extends IWindowConfiguration {
|
||||
backupWorkspaceResource?: URI;
|
||||
}
|
||||
|
||||
export interface IWorkbenchEnvironmentService extends IEnvironmentService {
|
||||
|
||||
_serviceBrand: undefined;
|
||||
|
||||
readonly configuration: IWindowConfiguration;
|
||||
readonly configuration: IEnvironmentConfiguration;
|
||||
|
||||
readonly options?: IWorkbenchConstructionOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user