Aktualizacja zależności. Dodanie KDE Connect. Dodanie calyx-vpn. Dodanie nowych i usunięcie zbędnych rozszerzeń vscodium.

This commit is contained in:
installer
2025-06-06 17:15:38 +02:00
parent 5b58e02b97
commit 6561326cd4
4 changed files with 86 additions and 63 deletions

View File

@@ -17,9 +17,7 @@
ethansk.restore-terminals
formulahendry.auto-close-tag
formulahendry.auto-rename-tag
grapecity.gc-excelviewer
gruntfuggly.todo-tree
hediet.vscode-drawio
jnoortheen.nix-ide
mechatroner.rainbow-csv
ms-azuretools.vscode-docker
@@ -38,6 +36,11 @@
yoavbls.pretty-ts-errors
tamasfe.even-better-toml
ms-ceintl.vscode-language-pack-pl
rust-lang.rust-analyzer
serayuzgur.crates
usernamehw.errorlens
bierner.docs-view
stkb.rewrap
]
++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
{
@@ -64,24 +67,12 @@
version = "1.0.2";
hash = "sha256-UBmvaCiNQ84qpAObDWyFL18TVFBn0z/6SBDKWeAIzTc=";
}
{
name = "align-imports";
publisher = "danielcanada";
version = "0.1.0";
hash = "sha256-Aj87mxOGer24O24/4/bGQqgLpgoBvfwOCKQyJ8NLplU=";
}
{
name = "one-dark-pro-monokai-darker";
publisher = "eserozvataf";
version = "1.1.0";
hash = "sha256-jUjBiy0CD7jw2WBMvM3h8bEC2ySEuj7532dC3v9lpyI=";
}
{
name = "imports-sorter";
publisher = "glhrmoura";
version = "0.1.6";
hash = "sha256-M+SWEJAwn8wPJJ+abi2mN0ziK7P6Sjt0iRAKSyTWvkg=";
}
{
name = "bootstrap-intellisense";
publisher = "hossaini";
@@ -112,12 +103,6 @@
version = "0.6.1";
hash = "sha256-SbfsD28gaVHAmJskUuc1Q8kA47jrVa3OO5Ur7ULk3jI=";
}
{
name = "better-syntax";
publisher = "jeff-hykin";
version = "2.1.0";
hash = "sha256-gvEItVs0IKn7N7vfnm5N/B79xeMxO8xkPwWLNPOs9zY=";
}
{
name = "vsc-python-indent";
publisher = "kevinrose";
@@ -131,10 +116,10 @@
hash = "sha256-WoSycVtUAkVXv7BDuh+jFbnaU1IdVLvVjOYuIuUp79M=";
}
{
name = "inline-fold";
publisher = "moalamri";
version = "0.2.6";
hash = "sha256-VPEp4gtXH787iK0RxjfciIZO1cjkYacjNELzjzcs/FI=";
name = "inline-fold-new";
publisher = "ctf0";
version = "0.0.2";
hash = "sha256-DpXTBYN1Ohh3ZvvpUtas0G99fZcimsp1NL7mpIC07yk=";
}
{
name = "mdc";
@@ -232,6 +217,42 @@
version = "0.4.2";
hash = "sha256-LhOsIvECrxLCnRjUVffS4G4fFsdP70iP/twoNoto354=";
}
{
name = "vscode-lldb";
publisher = "vadimcn";
version = "1.11.5";
hash = "sha256-AtUNfk2AFJ6NZnIRlnPXXXO8IluyI2/kg7UxQHrWg+w=";
}
{
name = "rust-flash-snippets";
publisher = "lorenzopirro";
version = "3.1.1";
hash = "sha256-L8x/OqbrsKDmyphzV3CDpoZ27rTnPS0U1YGv9KakW+U=";
}
{
name = "rustowl-vscode";
publisher = "cordx56";
version = "0.3.4";
hash = "sha256-sM4CxQfdtDkZg5B7gxw66k7ZpIfHQFORIukHRpg0+S8=";
}
{
name = "vscode-coverage-gutters";
publisher = "ryanluker";
version = "2.13.0";
hash = "sha256-qgPKGikqNIeZkKfd0P0keAdxRl9XNzvEJKQy58eaUZk=";
}
{
name = "vscode-change-case";
publisher = "hjdarnel";
version = "1.4.0";
hash = "sha256-6LS4MrG16054DQkPmr7BQJeekpEtcL2NtRe0Ckfq2w4=";
}
{
name = "vscode-bevy-inspector";
publisher = "splo";
version = "0.3.0";
hash = "sha256-f0FAgQ0wm3FYPz5qpMHWHnTf3un0xw+5gcyBG7PYM2E=";
}
];
})
];