- VSCode Version: 1.47.0
- OS Version: Windows 10 1909
Steps to Reproduce:
Debug this JavaScript code in Node.js:
for(let i = 0; i < 20000; i++)
{
console.log(i);
}
VSCode should still remain responsive while the loop should seemingly hang somewhere between logging 15,000 and 16,000.
The issue appears to be related to logging some amount of text to the Debug Console.
I also tested this code in 1.46.1 and the issue does not occur in that version.
Does this issue occur when all extensions are disabled?: Yes