Enabled roo code
This commit is contained in:
@@ -12,13 +12,14 @@
|
||||
package = pkgs.vscodium;
|
||||
enableUpdateCheck = false; # Disable VSCode self-update and let Home Manager to manage VSCode versions instead.
|
||||
enableExtensionUpdateCheck = false; # Disable extensions auto-update and let nix4vscode manage updates and extensions
|
||||
mutableExtensionsDir = false;
|
||||
# Extensions
|
||||
extensions = pkgs.nix4vscode.forVscode [
|
||||
# General extensions
|
||||
|
||||
## Code Completion
|
||||
"continue.continue"
|
||||
#rooveterinaryinc.roo-cline
|
||||
"rooveterinaryinc.roo-cline"
|
||||
|
||||
## Development Environment
|
||||
"ms-toolsai.jupyter"
|
||||
|
||||
Reference in New Issue
Block a user