mirror of
https://github.com/wlcx/home.git
synced 2025-12-07 19:13:45 +00:00
vscode: updates for 25.11
This commit is contained in:
parent
97d3c6f0af
commit
7a1df05022
@ -4,13 +4,13 @@
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
mutableExtensionsDir = false;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
matklad.rust-analyzer
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
rust-lang.rust-analyzer
|
||||
jdinhlife.gruvbox
|
||||
jnoortheen.nix-ide
|
||||
editorconfig.editorconfig
|
||||
];
|
||||
userSettings = {
|
||||
profiles.default.userSettings = {
|
||||
"update.mode" = "none";
|
||||
"window.autoDetectColorScheme" = true;
|
||||
"workbench.preferredDarkColorTheme" = "Gruvbox Dark Hard";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user