mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-06-21 19:05:07 -04:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -26,7 +26,7 @@ export interface IQuickOpenService {
|
||||
*
|
||||
* The returned promise completes when quick open is closing.
|
||||
*/
|
||||
show(prefix?: string, options?: IShowOptions): Thenable<void>;
|
||||
show(prefix?: string, options?: IShowOptions): Promise<void>;
|
||||
|
||||
/**
|
||||
* Allows to navigate from the outside in an opened picker.
|
||||
|
||||
Reference in New Issue
Block a user