fix: correct vscode extensions pkgs
This commit is contained in:
parent
59e314aec9
commit
96c8eb2f5f
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
enableExtensionUpdateCheck = false;
|
||||
mutableExtensionsDir = false;
|
||||
|
||||
extensions = with pkgs.vscode-marketplace; [
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
ms-vscode.cpptools
|
||||
ms-vscode.live-server
|
||||
mhutchie.git-graph
|
||||
|
|
@ -22,9 +22,9 @@
|
|||
jnoortheen.nix-ide
|
||||
rust-lang.rust-analyzer
|
||||
biomejs.biome
|
||||
antfu.unocss
|
||||
] ++ (with pkgs.open-vsx; [
|
||||
jeanp413.open-remote-ssh
|
||||
antfu.unocss
|
||||
]);
|
||||
|
||||
userSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue