mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
add expression field to help access non-root variables (#205400)
This commit is contained in:
@@ -39,6 +39,9 @@ declare module 'vscode' {
|
||||
*/
|
||||
value: string;
|
||||
|
||||
/** The code that represents how the variable would be accessed in the runtime environment */
|
||||
expression?: string;
|
||||
|
||||
/** The type of the variable's value */
|
||||
type?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user