mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
correctly assign context to the tree view items (#204856)
This commit is contained in:
@@ -41,6 +41,9 @@ declare module 'vscode' {
|
||||
|
||||
/** The type of the variable's value */
|
||||
type?: string;
|
||||
|
||||
/** The language of the variable's value */
|
||||
language?: string;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user