From f8ec9e66d67afd2e283e782d36bc1e645c86dd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 29 Jun 2024 22:52:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20uninstall=20liveshare=20vscode?= =?UTF-8?q?=20extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/applications/vscode.nix | 2 -- hosts/aurum/system/nix/default.nix | 1 - hosts/silicium/system/nix/default.nix | 1 - 3 files changed, 4 deletions(-) diff --git a/home/applications/vscode.nix b/home/applications/vscode.nix index fd18861..5ecaeea 100644 --- a/home/applications/vscode.nix +++ b/home/applications/vscode.nix @@ -14,7 +14,6 @@ jnoortheen.nix-ide kamadorueda.alejandra mkhl.direnv - ms-vsliveshare.vsliveshare seatonjiang.gitmoji-vscode tamasfe.even-better-toml yzhang.markdown-all-in-one @@ -43,7 +42,6 @@ "gitlens.telemetry.enabled" = false; "telemetry.telemetryLevel" = "off"; "editor.inlineSuggest.enabled" = true; - "liveshare.presence" = true; "github.copilot.enable" = {"markdown" = true;}; "github.copilot.editor.enableAutoCompletions" = true; "nix.enableLanguageServer" = true; diff --git a/hosts/aurum/system/nix/default.nix b/hosts/aurum/system/nix/default.nix index 7c71e4c..d7b6f58 100644 --- a/hosts/aurum/system/nix/default.nix +++ b/hosts/aurum/system/nix/default.nix @@ -37,7 +37,6 @@ "vscode" "vscode-extension-github-copilot" "vscode-extension-github-copilot-chat" - "vscode-extension-ms-vsliveshare-vsliveshare" "libfprint-2-tod1-goodix" # fingerprint reader ]; diff --git a/hosts/silicium/system/nix/default.nix b/hosts/silicium/system/nix/default.nix index 53d7556..de89db3 100644 --- a/hosts/silicium/system/nix/default.nix +++ b/hosts/silicium/system/nix/default.nix @@ -37,7 +37,6 @@ "vscode" "vscode-extension-github-copilot" "vscode-extension-github-copilot-chat" - "vscode-extension-ms-vsliveshare-vsliveshare" ]; # print diff between two generations