Feature request for product/service
Cursor IDE
Describe the request
VS Code has finally after years of begging added a extensions.autoUpdateDelay setting for auto updating VS Code extensions with a delay after they are live, so malicious extension versions can get removed from the marketplace before the auto update installs them. This is similar to settings like minimumReleaseAge from PNPM and other package managers.
This addresses the ever increasing rate of supply chain attacks, though those mainly appear in the NPM and PyPI ecosystems, they are also very present in extension ecosystems in VS Code based IDEs, which includes Cursor.
Can we please also get this setting into Cursor? It was added to VS Code in version 1.125 on June 17th 2026.
Official release notes: Visual Studio Code 1.125
PR merging changes: extensions: migrate auto update setting to on/off values by sandy081 · Pull Request #321039 · microsoft/vscode · GitHub
There is also an open issue for a similar setting for extension installs and not only extension auto updates, but that will take time and it would be great to add the extensions.autoUpdateDelay to Cursor in the meantime to minimize the likelihood of users getting hacked.