-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cursor replace code
command when i really don't want that
#2566
Comments
I've investigated this issue myself and the way cursor handles the installation is inherently flawed. When installing VSCode, the user has 2 options on windows:
On the other hand, cursor only provides a User Install BUT it also updates the System Since System
WorkaroundsThere are several options to work around this issue until cursor fixes it, but none of these options are optimal. A: Fix Environment Variables
B: Delete
|
it's been fixed |
Not been fixed in WSL.
|
Platform: Windows11
cursor version: 0.44.11
problem:
i only want to use
cusror
to start cursor, and usecode
to start vscode.so i click something like "register cusror command" when install cursor.
but hell, the cursor replace the
code
command too.when i go to folder where the
cursor
is, i look this:path: C:\Users{username}\AppData\Local\Programs\cursor\resources\app\bin
and if i delete the
code
to fix it temporarily, when cursor updated, it come back😅.this is a bug, because i didn't choose something like "register code command" when install, but still it give me the
code
command.i hope this can be fixed, otherwise it's unhappiness for using cursor
The text was updated successfully, but these errors were encountered: