nix fmt
This commit is contained in:
parent
9567b06957
commit
3684b35d59
1 changed files with 11 additions and 10 deletions
|
@ -6,16 +6,17 @@
|
||||||
enableUpdateCheck = false;
|
enableUpdateCheck = false;
|
||||||
enableExtensionUpdateCheck = false;
|
enableExtensionUpdateCheck = false;
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
extensions = (with pkgs.open-vsx; [
|
extensions =
|
||||||
vscodevim.vim
|
(with pkgs.open-vsx; [
|
||||||
jnoortheen.nix-ide
|
vscodevim.vim
|
||||||
editorconfig.editorconfig
|
jnoortheen.nix-ide
|
||||||
github.github-vscode-theme
|
editorconfig.editorconfig
|
||||||
rust-lang.rust-analyzer
|
github.github-vscode-theme
|
||||||
]) ++
|
rust-lang.rust-analyzer
|
||||||
(with pkgs.vscode-marketplace; [
|
])
|
||||||
github.codespaces
|
++ (with pkgs.vscode-marketplace; [
|
||||||
]);
|
github.codespaces
|
||||||
|
]);
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"workbench.colorTheme" = "GitHub Dark Default";
|
"workbench.colorTheme" = "GitHub Dark Default";
|
||||||
"files.autoSave" = "afterDelay";
|
"files.autoSave" = "afterDelay";
|
||||||
|
|
Loading…
Add table
Reference in a new issue