Skip to content

Commit

Permalink
feat: add PHP extension for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Dec 3, 2023
1 parent 1ab94f8 commit 01a5f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/_mixins/desktop/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ let
js = getLangOr "js" true;
linux = getLangOr "linux" false;
nix = getLangOr "nix" true;
php = getLangOr "php" true;
python = getLangOr "python" true;
rust = getLangOr "rust" false;
ssh = getLangOr "ssh" false;
Expand Down Expand Up @@ -132,6 +133,7 @@ in
++ getListIf g.js [ esbenp.prettier-vscode ]
++ getListIf g.linux [ coolbear.systemd-unit-file timonwong.shellcheck mads-hartmann.bash-ide-vscode ]
++ getListIf g.nix [ bbenoist.nix jnoortheen.nix-ide ]
++ getListIf g.php [ bmewburn.vscode-intelephense-client ]
++ getListIf g.python [ ms-python.python ms-python.vscode-pylance ]
++ getListIf g.ssh [ ms-vscode-remote.remote-ssh ]
++ getListIf g.text [ streetsidesoftware.code-spell-checker yzhang.markdown-all-in-one ]
Expand All @@ -158,6 +160,7 @@ in
++ getListIf g.js [ ]
++ getListIf g.linux [ ext.linux-desktop-file ]
++ getListIf g.nix [ ]
++ getListIf g.php [ ]
++ getListIf g.python [ ]
++ getListIf g.rust [ ext.rust-analyzer ]
++ getListIf g.ssh [ ext.remote-ssh-edit ]
Expand Down

0 comments on commit 01a5f0e

Please sign in to comment.