From 23632973d217a72819771192d99e68673e9666b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 19 May 2023 20:37:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20update=20copilot=20sett?= =?UTF-8?q?ings=20for=20vscode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/vscode/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/neodymium/home/vscode/default.nix b/hosts/neodymium/home/vscode/default.nix index 0c08a37..2e5e841 100644 --- a/hosts/neodymium/home/vscode/default.nix +++ b/hosts/neodymium/home/vscode/default.nix @@ -35,7 +35,12 @@ "telemetry.telemetryLevel" = "off"; "editor.inlineSuggest.enabled" = true; "liveshare.presence" = true; - "github.copilot.enable" = { "*" = true; }; + "github.copilot.enable" = { + "*" = true; + "yaml" = false; + "plaintext" = false; + "markdown" = true; + }; "nix.enableLanguageServer" = true; "nix.serverPath" = "nil"; "nix.serverSettings"."nil"."formatting"."command" = [ "nixfmt" ];