"No changes made"

Not work for me. But I use cursor rule to let Cursor apply change use nano command for a workaround…

prfff…It happened again after upgrade to 0.49.6, why????Never click update popup button.

Ok, my bad. All the “No change…” issues are related to network or proxy settings. If your VPN or proxy is turned on, it’s better to switch it off or set the proxy to manage all connections (global mode). The communication might break due to changes in proxy servers.

1 Like

I got this same issue today, HOW IS THIS STILL NOT FIXED? I’m paying for this and this issue has occurred for at least a month. I tried it on my Mac and Windows computer and got the same result EVERY time. This is a complete joke.

I got this issue, found the root cause for me is the VPN proxy settings or http proxy settings in MacOS network and zshrc.

Context: Previously I used Cursor with VPN, now I do not need VPN but the settings are still there.

Steps to remove all proxy:

  • Go to System Settings > Network .
  • Select your active network service (e.g., Wi-Fi).
  • Click Details…
  • Go to the Proxies tab.
  • Ensure ALL proxy types (Web Proxy (HTTP), Secure Web Proxy (HTTPS), SOCKS Proxy, etc.) are turned OFF. Even if they look off, toggle them on and then off again just to be sure.
  • Click OK and Apply .
  • Also, check for any HTTP_PROXY or HTTPS_PROXY environment variables in your shell profile (.zshrc, .bash_profile, etc.) and in VS Code’s own terminal environment.
  • echo $http_proxy $https_proxy $HTTP_PROXY $HTTPS_PROXY in your terminal. If any are set, unset them for testing: unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY.