mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
baseline: add vscode yaml formatter
This commit is contained in:
parent
6a75a9b2be
commit
ba27ded49a
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ with lib;
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
ms-python.python
|
ms-python.python
|
||||||
|
redhat.vscode-yaml
|
||||||
shardulm94.trailing-spaces
|
shardulm94.trailing-spaces
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
@ -96,6 +97,7 @@ with lib;
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"python.formatting.provider" = "black";
|
"python.formatting.provider" = "black";
|
||||||
|
"redhat.telemetry.enabled" = false;
|
||||||
"security.workspace.trust.banner" = "never";
|
"security.workspace.trust.banner" = "never";
|
||||||
"security.workspace.trust.startupPrompt" = "never";
|
"security.workspace.trust.startupPrompt" = "never";
|
||||||
"security.workspace.trust.untrustedFiles" = "newWindow";
|
"security.workspace.trust.untrustedFiles" = "newWindow";
|
||||||
|
|
Loading…
Reference in a new issue