Could it be because Cursor is caching the extensions on their own infrastructure, and only updating them a bit later than the VS Code marketplace? Or is it because of the lower VS Code core version that is part of Cursor?
Because again, in VS Code I get Biome v2024.11.211321, and in Cursor the latest one is v2024.10.131712. That’s really annoying.
The version of VS Code that Cursor has underneath the hood is usually slightly older than the latest actual release of VS Code.
As such, the latest releases of extensions may not work on the latest release of Cursor as they support a newer version of VS Code than Cursor includes.
Usually this isn’t a big problem unless you are expecting features or bug fixes in newer versions of an extension that Cursor does not yet support.
If you do ever hit this, let us know as we may be able to prioritise upgrading the VS Code version inside Cursor faster than we may usually.
Hi, there seems to be a bug in the Python Debugger extension that breaks stack traces, causing the debugger to throw an IndexError when breaking on uncaught exceptions, which obscures the original error.
Currently it looks like ms-python.debugpy is on 2024.6.0 in Cursor (Version: 0.45.11; VSCode Version: 1.96.2), while VS Code (1.97.2) has 2025.0.1, where it seems to be fixed already.
Thanks for flagging this - we’re aware of the debugpy issue and have an update coming to Cursor soon which should bring in the newer version that has this fix. Keep an eye out for the next release!