pixelkind / p5canvas

An interactive preview for writing p5js code in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=garrit.p5canvas
Other
39 stars 4 forks source link

console output slow #59

Open ccoenen opened 2 years ago

ccoenen commented 2 years ago

I am not sure where this comes from, yet. Currently, output to the debug console is very slow. It appears to be either chunked or passed through some other kind of throttling function. This may have been introduced through a VSCode update or something.

Currently it appears to do this for anything I do with the console. It also happens to legacy js files that I know worked fine before.

I don't yet know where to look for this problem or how to solve it. But I wanted to mention it nonetheless.