getcursor / cursor

The AI Code Editor
https://cursor.com
25.14k stars 1.57k forks source link

Universal targetPlatform extensions installed instead of darwin-arm64 #1921

Open arkaydeus opened 1 month ago

arkaydeus commented 1 month ago

Using an M1 MacBook pro with Sonoma one user has Cursor installing universal targetPlatform extensions and another darwin-arm64 architecture.

image

In the case of universal, the Python extensions are older versions that don't work properly. The darwin-arm64 versions seem to work fine.

Same machine, save Cursor binary, but different users having different versions of extension architecture installed. This is a problem.

If universal versions of extensions are being installed, how can we switch this over to darwin-arm64 architecture? VSC is correctly installing the darwmin-arm64 versions.

$ uname -m is correctly returning arm64

blackbalancef commented 1 month ago

Same problem for me, even for a new user

arkaydeus commented 1 month ago

@danperks - this should be tagged as 'bug'. The incorrect architecture is being installed and that is causing features to break.