Steps to Reproduce:
-multiwindow -clipboard -wgl -ac -noprimary -clipboardDoes this issue occur when you try this with VSCode without WSL?: No
Does this issue occur when you try this with VSCode with WSL and all extensions are disabled?: Yes
I took a screenshot when I run everything together. Although 12% of CPU usage isn't as much, it increases to 60%~80% when I run my Java application on Intellij. Without Intellij, VSCode takes less then 1% of my CPU, my application and Intellij stays below 1% of CPU usage.

Why is VSCode using more CPU when I open Intellij? That's what I wonder.
This still happens when I open VSCode and Intellij in different working directories.
This might be caused by our new automatic port forwarding feature which scans the remote OS for available ports in order to forward them locally (https://github.com/microsoft/vscode/issues/112843)
after applying https://github.com/microsoft/vscode/issues/112843#issuecomment-748895800 it is working fine
thank you 馃
FYI @alexr00