mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
Merge d554f9f1e1
into b431496538
This commit is contained in:
commit
fc7a64544c
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue