NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(vscode): update extension lists

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+8 -23
+2 -1
.vscode/extensions.json
··· 3 3 "jnoortheen.nix-ide", 4 4 "mads-hartmann.bash-ide-vscode", 5 5 "bbenoist.nix", 6 - "tamasfe.even-better-toml" 6 + "tamasfe.even-better-toml", 7 + "timonwong.shellcheck" 7 8 ] 8 9 }
+3 -11
shared/home-manager/vscode.nix
··· 25 25 "GitHub.github-vscode-theme" 26 26 "PKief.material-icon-theme" 27 27 "PKief.material-product-icons" 28 + "SpaceBox.monospace-idx-theme" 28 29 29 30 # tooling 30 31 "mkhl.direnv" ··· 54 55 "bierner.markdown-mermaid" 55 56 "bierner.markdown-yaml-preamble" 56 57 "DavidAnson.vscode-markdownlint" 57 - 58 + "timonwong.shellcheck" 59 + "exiasr.hadolint" 58 60 ] 59 61 ++ forVscodePrerelease [ 60 62 # tooling ··· 62 64 "ms-vscode.remote-server" 63 65 "ms-vscode-remote.remote-ssh" 64 66 "GitHub.vscode-pull-request-github" 65 - ] 66 - ++ [ 67 - # AI tools 68 - # Manually pinned to fix hash mismatch (since Copilot releases are tied to VSC monthly releases 69 - (pkgs.vscode-utils.extensionFromVscodeMarketplace { 70 - name = "copilot"; 71 - publisher = "GitHub"; 72 - version = "1.388.0"; 73 - sha256 = "sha256-7RjK8+PNI+rIuRQfCwpvswAiz991dacRO2qYhcv1vhk="; 74 - }) 75 67 ]; 76 68 }; 77 69 };
+3 -11
shared/vscode/main.nix
··· 25 25 "GitHub.github-vscode-theme" 26 26 "PKief.material-icon-theme" 27 27 "PKief.material-product-icons" 28 + "SpaceBox.monospace-idx-theme" 28 29 29 30 # tooling 30 31 "mkhl.direnv" ··· 54 55 "bierner.markdown-mermaid" 55 56 "bierner.markdown-yaml-preamble" 56 57 "DavidAnson.vscode-markdownlint" 57 - 58 + "timonwong.shellcheck" 59 + "exiasr.hadolint" 58 60 ] 59 61 ++ forVscodePrerelease [ 60 62 # tooling ··· 62 64 "ms-vscode.remote-server" 63 65 "ms-vscode-remote.remote-ssh" 64 66 "GitHub.vscode-pull-request-github" 65 - ] 66 - ++ [ 67 - # AI tools 68 - # Manually pinned to fix hash mismatch (since Copilot releases are tied to VSC monthly releases 69 - (pkgs.vscode-utils.extensionFromVscodeMarketplace { 70 - name = "copilot"; 71 - publisher = "GitHub"; 72 - version = "1.388.0"; 73 - sha256 = "sha256-7RjK8+PNI+rIuRQfCwpvswAiz991dacRO2qYhcv1vhk="; 74 - }) 75 67 ]; 76 68 }; 77 69 }