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;
|
enableExtensionUpdateCheck = false;
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
|
|
||||||
extensions = with pkgs.vscode-marketplace; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
ms-vscode.cpptools
|
ms-vscode.cpptools
|
||||||
ms-vscode.live-server
|
ms-vscode.live-server
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
|
|
@ -22,9 +22,9 @@
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
biomejs.biome
|
biomejs.biome
|
||||||
antfu.unocss
|
|
||||||
] ++ (with pkgs.open-vsx; [
|
] ++ (with pkgs.open-vsx; [
|
||||||
jeanp413.open-remote-ssh
|
jeanp413.open-remote-ssh
|
||||||
|
antfu.unocss
|
||||||
]);
|
]);
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue