chore: re-enable vscode and comment out extensions override

Re-enabled the default vscode package and commented out the custom vscode-with-extensions override. This simplifies the configuration by relying on the standard vscode setup.
This commit is contained in:
Harald Hoyer 2025-04-10 15:08:36 +02:00
parent 9eb8807f4d
commit 54f03ed782

View file

@ -86,17 +86,17 @@ with lib.metacfg;
claude-desktop-with-fhs
goose-cli
aider-chat
#vscode
(vscode-with-extensions.override {
vscodeExtensions = with vscode-extensions; [
rooveterinaryinc.roo-cline
rust-lang.rust-analyzer
github.copilot
ms-python.python
ms-azuretools.vscode-docker
ms-vscode-remote.remote-ssh
];
})
vscode
# (vscode-with-extensions.override {
# vscodeExtensions = with vscode-extensions; [
# rooveterinaryinc.roo-cline
# rust-lang.rust-analyzer
# github.copilot
# ms-python.python
# ms-azuretools.vscode-docker
# ms-vscode-remote.remote-ssh
# ];
# })
];
zramSwap.enable = true;