1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

vscode: add windsurf directories (#6427)

This commit is contained in:
Sof 2025-02-14 14:16:26 -07:00 committed by GitHub
parent 582d3cd42d
commit 67b9f9de22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ let
"vscode-insiders" = "Code - Insiders";
"vscodium" = "VSCodium";
"openvscode-server" = "OpenVSCode Server";
"windsurf" = "Windsurf";
}.${vscodePname};
extensionDir = {
@ -23,6 +24,7 @@ let
"vscode-insiders" = "vscode-insiders";
"vscodium" = "vscode-oss";
"openvscode-server" = "openvscode-server";
"windsurf" = "windsurf";
}.${vscodePname};
userDir = if pkgs.stdenv.hostPlatform.isDarwin then