Sync `pyproject.toml` -based Project Changes in minimap doesn't go away.
Answered
I'm not sure why but hitting the refresh button in the notification and trying the shortcut “Ctrl+Shift+O” doesn't seem to refresh anything. The notification is just stuck there. If I hit the X to close it'll go away but before I know it, it's back.
What might be happening here?
Please sign in to leave a comment.
Hi Victor B. Gonzalez,
This widget showing up repeatedly is a known issue in PyCharm 2026.2, tracked as PY-88001. It can appear even when there is nothing left to sync, which is also why the refresh button seems to do nothing.
As a workaround, go to Settings | Build, Execution, Deployment | Build Tools and set "Sync project after changes in the build scripts" to “Any changes”. Changes are then applied automatically, and the widget should stop appearing. If it still comes back after that, it is the same issue.
Mikhail Tarabrikov thank you. That bug report is basically my issue. I appreciate the assistance <3