1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
Amethyst Shen 2025-03-29 16:58:49 -04:00 committed by GitHub
commit fc7a64544c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,8 @@ let
extensionDir = {
"vscode" = "vscode";
"vscode-insiders" = "vscode-insiders";
"vscode-insiders" =
if pkgs.stdenv.hostPlatform.isDarwin then "vscode" else "vscode-insiders";
"vscodium" = "vscode-oss";
"openvscode-server" = "openvscode-server";
"windsurf" = "windsurf";