mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Add deprecated support to SuggestDataDto
This commit is contained in:
committed by
Johannes Rieken
parent
df3983ffc8
commit
dbbf3316d3
@@ -341,6 +341,7 @@ export class MainThreadLanguageFeatures implements MainThreadLanguageFeaturesSha
|
||||
commitCharacters: data.k,
|
||||
additionalTextEdits: data.l,
|
||||
command: data.m,
|
||||
deprecated: data.n,
|
||||
// not-standard
|
||||
_id: data.x,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user