mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
allow variable provider to specify the interfaces satisfied by a variable (#208101)
This commit is contained in:
@@ -45,6 +45,9 @@ declare module 'vscode' {
|
||||
/** The type of the variable's value */
|
||||
type?: string;
|
||||
|
||||
/** The interfaces or contracts that the type satisfies */
|
||||
interfaces?: string[];
|
||||
|
||||
/** The language of the variable's value */
|
||||
language?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user