Jens Gyldenkærne Jensen
Jens Gyldenkærne Jensen
I have the same issue. Here is a couple of findings: The file size of the individual file is clearly playing a role in the processing time for terminal icons....
Tested again without VPN. Still noticeably slower with terminal icons activated than without, but way faster than on my home connection with VPN (approximately 7 seconds for listing the same...
For testing purpose I've used the following: `$timer = [Diagnostics.Stopwatch]::StartNew(); ls ; $timer.stop(); $timer` (since measure-command as mentioned earlier cannot be used because the slow performance is only present when...
Screendump of the error appearing (marked in yellow) 
I did a comparison of the debug output in the error window compared to a fresh window. They are side by side in the screenshot here. I have highlighted the...
> I don't think PowerShell itself has an API for determining a "file path" symbol, but it certainly might be possible. I am not familiar with VS Code development, but...