-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Summary
Pymakr appears to trigger repeated workspace searches (ripgrep/rg) that peg CPU at 100% when the workspace has large file churn (e.g., running pytest). Disabling Pymakr immediately stops the spike.
Environment
Pymakr version: 2.22.5
OS: macOS Tahoe (26.2)
VS Code: Stable 1.109.0 (Universal)
Workspace: large Python/Django repo
Steps to reproduce
- Open a large Python workspace in VS Code.
- Ensure Pymakr is enabled.
- Run
pytestin a terminal for the workspace. - Observe Activity Monitor: many
rgprocesses spawned byCode Helper (Plugin)and CPU pegged at ~100%. - Disable Pymakr in the workspace and repeat: CPU spike no longer occurs.
Expected
No runaway ripgrep searches or CPU spike caused by the extension during normal workspace file churn.
Actual
Repeated rg processes and CPU pegged to ~100% until VS Code is closed or Pymakr is disabled.
Notes
Issue was isolated with VS Code Extension Bisect: Pymakr was the culprit.
If you need more details (logs or profiling), let me know and I can capture them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels