I am using Visual Studio Code 1.32 and when I try to debug my python script, variables that I am tracking in the debugging window are truncated. Even when I try to copy the value and paste it somewhere else, it also appears truncated. Here is an example.
[{u'info': {...}, u'hash': u'-853332357820028644'},
{u'info': {...}, u'hash': u'8548968643762198578'},
{u'info': {...}, u'hash': u'-700728790404992596'},
{u'info': {...}, u'hash': u'2290966790966655539'},
{u'info': {...}, u'hash': u'-1562196351113992652'},
{u'info': {...}, u'hash': u'-6557455005686897763'},
{u'info': {...}, u'hash': u''}]
Is there a setting that I am missing that will allow me to see the full value?