I use Visual Studio Code for all of my programming in Python, and rely heavily on the Interactive Window and Data Viewer. I usually work with large data sets, though this has only marginally affected run times in the past. For some reason recently, when clicking on a data frame in the Interactive Window, a Data Viewer tab will appear but not fully load the data frame. The blue line signaling that it is working just keeps scrolling across the top of the screen interminably. Everything else seems to work fine, and the programs are still able to run, however I can't really continue developing them.
Does anyone have any tips for how to make the Data Viewer work again? I have already uninstalled and re-installed Visual Studio Code, and have disabled extensions as well.