mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 5d18ad4c5902e3bddbc9f78da82dfc2ac349e908 (#9683)
This commit is contained in:
12
src/vs/monaco.d.ts
vendored
12
src/vs/monaco.d.ts
vendored
@@ -3771,6 +3771,14 @@ declare namespace monaco.editor {
|
||||
* Show typeParameter-suggestions.
|
||||
*/
|
||||
showTypeParameters?: boolean;
|
||||
/**
|
||||
* Show issue-suggestions.
|
||||
*/
|
||||
showIssues?: boolean;
|
||||
/**
|
||||
* Show user-suggestions.
|
||||
*/
|
||||
showUsers?: boolean;
|
||||
/**
|
||||
* Show snippet-suggestions.
|
||||
*/
|
||||
@@ -5393,7 +5401,9 @@ declare namespace monaco.languages {
|
||||
Customcolor = 22,
|
||||
Folder = 23,
|
||||
TypeParameter = 24,
|
||||
Snippet = 25
|
||||
User = 25,
|
||||
Issue = 26,
|
||||
Snippet = 27
|
||||
}
|
||||
|
||||
export interface CompletionItemLabel {
|
||||
|
||||
Reference in New Issue
Block a user