mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
tweak UI for deprecated completions, update API proposal #23927
This commit is contained in:
@@ -934,7 +934,7 @@ export interface ISuggestDataDto {
|
||||
k/* commitCharacters */?: string[];
|
||||
l/* additionalTextEdits */?: ISingleEditOperation[];
|
||||
m/* command */?: modes.Command;
|
||||
n/* deprecated */?: boolean;
|
||||
n/* kindModifier */?: modes.CompletionItemKindModifier[];
|
||||
// not-standard
|
||||
x?: ChainedCacheId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user