vscode-debug-visualizer icon indicating copy to clipboard operation
vscode-debug-visualizer copied to clipboard

Does not work with typescript 5.6

Open X-Y opened this issue 1 year ago • 0 comments

Hi, I've been evaluating the plugin with a bare bone ts + vitest setting, and realized that the current version does not work with typescript 5.6

Tested with 5.5.4 and everything works as intended.

When tested with 5.6.2, the following text shows up when I attempt to visualize an array:

this.tsApi.isNode is not a function

X-Y avatar Sep 24 '24 13:09 X-Y