1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

vscode: add config and exension dir for kiro (#7825)

This commit is contained in:
Ryan Horiguchi 2025-09-17 05:11:12 +02:00 committed by GitHub
parent 6efc49be7c
commit ec73c06d34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ let
"openvscode-server" = "OpenVSCode Server"; "openvscode-server" = "OpenVSCode Server";
"windsurf" = "Windsurf"; "windsurf" = "Windsurf";
"cursor" = "Cursor"; "cursor" = "Cursor";
"kiro" = "Kiro";
} }
.${vscodePname}; .${vscodePname};
@ -41,6 +42,7 @@ let
"openvscode-server" = "openvscode-server"; "openvscode-server" = "openvscode-server";
"windsurf" = "windsurf"; "windsurf" = "windsurf";
"cursor" = "cursor"; "cursor" = "cursor";
"kiro" = "kiro";
} }
.${vscodePname}; .${vscodePname};