vscode extensions
This commit is contained in:
parent
4a2ddb2f65
commit
3343df51cc
1 changed files with 2 additions and 2 deletions
|
@ -29,12 +29,12 @@
|
|||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
mutableExtensionsDir = false; # turning this one makes it not build.
|
||||
mutableExtensionsDir = false; # turning this one makes it not build.
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
rust-lang.rust-analyzer
|
||||
tuttieee.emacs-mcx
|
||||
tamasfe.even-better-toml
|
||||
# vadimcn.vscode-lldb# currently doesn't work
|
||||
# vadimcn.vscode-lldb# currently doesn't work
|
||||
jnoortheen.nix-ide
|
||||
mkhl.direnv
|
||||
matthewpi.caddyfile-support
|
||||
|
|
Loading…
Reference in a new issue