mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
Merge from vscode 4d91d96e5e121b38d33508cdef17868bab255eae
This commit is contained in:
committed by
AzureDataStudio
parent
a971aee5bd
commit
5e7071e466
@@ -23,7 +23,7 @@ export interface IQuickInputControllerHost extends ILayoutService { }
|
||||
|
||||
export class QuickInputService extends Themable implements IQuickInputService {
|
||||
|
||||
_serviceBrand: undefined;
|
||||
declare readonly _serviceBrand: undefined;
|
||||
|
||||
get backButton(): IQuickInputButton { return this.controller.backButton; }
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
|
||||
|
||||
export interface IQuickInputService {
|
||||
|
||||
_serviceBrand: undefined;
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
/**
|
||||
* Provides access to the back button in quick input.
|
||||
|
||||
Reference in New Issue
Block a user