Skip to content

Commit

Permalink
Use FHS version of vscode
Browse files Browse the repository at this point in the history
C++ debugging was not working otherwise.
  • Loading branch information
lihop committed Jan 6, 2024
1 parent 8af66e2 commit 3592a85
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions roles/project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,7 @@

programs.vscode = {
enable = true;
extensions = with pkgs.vscode-extensions; [
angular.ng-template
arrterian.nix-env-selector
bbenoist.nix
matklad.rust-analyzer
ms-dotnettools.csharp
ms-python.python
ms-vscode.cpptools
vscodevim.vim
xaver.clang-format
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
name = "copilot-nightly";
publisher = "GitHub";
version = "1.45.6799";
sha256 = "sha256-OCTQEINMWRVs2j62d4ahLN/r/5w2h2ICacI0dvhuNPw=";
}
];
package = pkgs.vscode.fhs;
};
};

Expand Down

0 comments on commit 3592a85

Please sign in to comment.