editor/vscode: remove extensions

This commit is contained in:
Ludovico 2023-04-10 09:47:46 +10:00
parent f4589b8f40
commit 0f63806d1d
No known key found for this signature in database
GPG Key ID: 3911DD276CFE779C
1 changed files with 0 additions and 4 deletions

View File

@ -12,14 +12,10 @@
enable = true;
# package = pkgs.vscodium; # use vscode because copilot no worky :(
extensions = with pkgs.vscode-extensions; [
#ms-vscode.cpptools # C/C++
bbenoist.nix
catppuccin.catppuccin-vsc # Color theme
github.copilot
kamadorueda.alejandra
pkief.material-icon-theme # Icons theme
esbenp.prettier-vscode
eamodio.gitlens
];
};
};