mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 01:00:29 -04:00
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed (#6719)
This commit is contained in:
@@ -21,7 +21,7 @@ export class SnippetCompletion implements CompletionItem {
|
||||
label: string;
|
||||
detail: string;
|
||||
insertText: string;
|
||||
documentation: MarkdownString;
|
||||
documentation?: MarkdownString;
|
||||
range: IRange;
|
||||
sortText: string;
|
||||
kind: CompletionItemKind;
|
||||
|
||||
@@ -31,8 +31,8 @@ export class TabCompletionController implements editorCommon.IEditorContribution
|
||||
|
||||
private _hasSnippets: IContextKey<boolean>;
|
||||
private _activeSnippets: Snippet[] = [];
|
||||
private _enabled: boolean;
|
||||
private _selectionListener: IDisposable;
|
||||
private _enabled?: boolean;
|
||||
private _selectionListener?: IDisposable;
|
||||
private readonly _configListener: IDisposable;
|
||||
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user