Uses ide scripting's esbuild to quickly transpile TS code and evaluate it in the debug console. Useful as you use
Experimental extension which allows you take full control (with some restrictions) over the preview of objects in hovers & variables view with the power of customPropertiesGenerator
from the js debug extension. This feature may be unstable. Also note that using this feature will ignore customPropertiesGenerator
from launch.json configurations.
Recommended config:
"jsDebugExtras.hidePrototype": true,
"jsDebugExtras.specialButtons": {
"groupButtons": "all"
}