Having many file path in terminal output consumes a lot of memory #73802
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
terminal
General terminal issues that don't fall under another label
Version: 1.33.1 (user setup)
Commit: 51b0b28
Date: 2019-04-11T08:27:14.102Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.17134
Steps to Reproduce:
powershell 'dir c: -Directory -Recurse | foreach { $_.FullName }' | while IFS="" read -r p || [ -n "$p" ]; do printf '%s\n' "$p"; sleep .25; done
Does this issue occur when all extensions are disabled?: Yes - still occurs
After 2-3 minutes, vs code will be using tons of ram and cpu, and get really sluggish.
The text was updated successfully, but these errors were encountered: