-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
vscode: Support Cursor AI #6417
vscode: Support Cursor AI #6417
Conversation
Hey, is there any updates on the state of this? |
@rycee Sorry to mention; can you take a look? |
248f678
to
7ac083b
Compare
@teto, Is it possible maybe to add an option to where you can specify the package to |
@Lalit64 I dunno I dont use vscode |
I tested this and I don't believe extensions are working correctly here because the cursor package is wrapping an app image https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/co/code-cursor/package.nix |
I’m using it so far (about one month), there were no issues. This change is just setting the user config location appropriately so that the cursor can look up for it. |
Ah, on linux side, things might be different as you said it is using app image, haven’t tested that. It might be a tricky issue. @tylergets Do you have any idea to resolve that? |
Description
Support Cursor AI IDE as a VSCode family.
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
or
nix build --reference-lock-file flake.lock ./tests#test-all
using Flakes.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC