Skip to content

Commit

Permalink
vscode: Support Cursor AI (#6417)
Browse files Browse the repository at this point in the history
Co-authored-by: Hyunggyu Jang <[email protected]>
  • Loading branch information
HyunggyuJang and Hyunggyu Jang authored Mar 5, 2025
1 parent b1b964e commit def0dbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/programs/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ let
"vscodium" = "VSCodium";
"openvscode-server" = "OpenVSCode Server";
"windsurf" = "Windsurf";
"cursor" = "Cursor";
}.${vscodePname};

extensionDir = {
Expand All @@ -25,6 +26,7 @@ let
"vscodium" = "vscode-oss";
"openvscode-server" = "openvscode-server";
"windsurf" = "windsurf";
"cursor" = "cursor";
}.${vscodePname};

userDir = if pkgs.stdenv.hostPlatform.isDarwin then
Expand Down

0 comments on commit def0dbb

Please sign in to comment.