Try returning it in Variable.type_field, remember to check the needed client compatibility.
In VSCode, the client capability related to showing variable types is off by default. We can check config in the vscode extension and suggest enabling it via popup (requires setting "debug.showVariableTypes": true in settings)
Try returning it in
Variable.type_field, remember to check the needed client compatibility.In VSCode, the client capability related to showing variable types is off by default. We can check config in the vscode extension and suggest enabling it via popup (requires setting
"debug.showVariableTypes": truein settings)