Skip to content

Commit

Permalink
fix: use vscode cpptools from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Aug 27, 2024
1 parent e422634 commit 6577171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/_mixins/desktop/apps/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ lib.mkIf (lib.elem username installFor) {
vscode-marketplace.yzhang.markdown-all-in-one
]
++ lib.optionals isLinux [
vscode-marketplace.ms-vscode.cpptools
vscode-extensions.ms-vscode.cpptools-extension-pack
vscode-marketplace.ms-vsliveshare.vsliveshare
vscode-marketplace.vadimcn.vscode-lldb
];
Expand Down

0 comments on commit 6577171

Please sign in to comment.