correctly assign context to the tree view items (#204856)

This commit is contained in:
Aaron Munger
2024-02-09 12:58:02 -08:00
committed by GitHub
parent f10f059a54
commit 3883134f53
6 changed files with 30 additions and 17 deletions

View File

@@ -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;
}
}