Using an M1 MacBook pro with Sonoma one user has Cursor installing universal targetPlatform extensions and another darwin-arm64 architecture.
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.
Using an M1 MacBook pro with Sonoma one user has Cursor installing universal
targetPlatform
extensions and anotherdarwin-arm64
architecture.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 returningarm64