From ba27ded49a355bf9a8955a54e3a791e6b819f368 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 26 Oct 2022 00:18:30 -0400 Subject: [PATCH] baseline: add vscode yaml formatter --- modules/profiles/desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index f059ccb..8375956 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -42,6 +42,7 @@ with lib; jnoortheen.nix-ide ms-azuretools.vscode-docker ms-python.python + redhat.vscode-yaml shardulm94.trailing-spaces ]; }) @@ -96,6 +97,7 @@ with lib; "git.autofetch" = true; "git.confirmSync" = false; "python.formatting.provider" = "black"; + "redhat.telemetry.enabled" = false; "security.workspace.trust.banner" = "never"; "security.workspace.trust.startupPrompt" = "never"; "security.workspace.trust.untrustedFiles" = "newWindow";