test
This commit is contained in:
parent
21d485830f
commit
38ba9be0eb
1 changed files with 2 additions and 14 deletions
|
@ -4,19 +4,7 @@
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
enableExtensionUpdateCheck = false;
|
enableExtensionUpdateCheck = false;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
userSettings = {
|
||||||
waderyan.gitblame # See Git Blame info in status bar
|
|
||||||
oderwat.indent-rainbow # Colorise indents
|
|
||||||
naumovs.color-highlight # Highlight HTML color codes
|
|
||||||
jnoortheen.nix-ide # Nix language support
|
|
||||||
redhat.vscode-yaml # YAML Code
|
|
||||||
ms-python.python # Python Language Server
|
|
||||||
rust-lang.rust-analyzer # Rust Language Server
|
|
||||||
|
|
||||||
# Themes
|
|
||||||
github.github-vscode-theme
|
|
||||||
];
|
|
||||||
/*userSettings = {
|
|
||||||
# Theming:
|
# Theming:
|
||||||
"window.autoDetectColorScheme" = true;
|
"window.autoDetectColorScheme" = true;
|
||||||
"workbench.preferredLightColorTheme" = "GitHub Light Default";
|
"workbench.preferredLightColorTheme" = "GitHub Light Default";
|
||||||
|
@ -49,6 +37,6 @@
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
"rust-analyzer.cargo.buildScripts.overrideCommand" = null;
|
"rust-analyzer.cargo.buildScripts.overrideCommand" = null;
|
||||||
};*/
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue