We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The BBj extension is causing 100% CPU usage on macOS, and the CPU load does not decrease over time, resulting in a complete system freeze.
When working with a VS Code workspace containing multiple projects, the CPU usage spikes to 100%. Here's how I diagnosed the issue:
Open Activity Monitor.
Look for the process with the highest CPU usage (it should already be at the top of the list).
Note the PID of the identified process.
Open the terminal and run the following command to inspect the process:
ps aux | grep 76242
Output:
habof@Hyyans-Work-MacBook-Pro ~ % ps aux | grep 76242 habof 76242 99.4 0.4 1621917760 69216 ?? R 9:00AM 24:57.89 /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Plugin).app/Contents/MacOS/Code Helper (Plugin) /Users/habof/.vscode/extensions/beu.bbj-vscode-0.0.37/out/language/main.cjs --node-ipc --clientProcessId=76193 habof 91363 0.0 0.0 410741520 1680 s026 S+ 9:26AM 0:00.00 grep 76242
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The BBj extension is causing 100% CPU usage on macOS, and the CPU load does not decrease over time, resulting in a complete system freeze.
When working with a VS Code workspace containing multiple projects, the CPU usage spikes to 100%. Here's how I diagnosed the issue:
Open Activity Monitor.
Look for the process with the highest CPU usage (it should already be at the top of the list).
Note the PID of the identified process.
Open the terminal and run the following command to inspect the process:
ps aux | grep 76242
Output:
The text was updated successfully, but these errors were encountered: