home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 071a5c7fac49e627d69490a14dc790998ba184dd
parent ac47e1d0ed3e5c50983a93e0bdbee7f33beef6e8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  5 Feb 2024 17:47:31 +0100

users/vincent: disable vscode for now…

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/default.nix | 42+++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/users/vincent/dev/default.nix b/users/vincent/dev/default.nix @@ -34,27 +34,27 @@ codespell tmate # temporary - (vscode-with-extensions.override - { - vscodeExtensions = with vscode-extensions; pkgs.vscode-utils.extensionsFromVscodeMarketplace [ - # { - # name = "tooltitude"; - # publisher = "tooltitudeteam"; - # version = "0.43.2"; - # sha256 = "sha256-d4h+kEgvSjtLva6c4UWRLR2jP+ydieDzAHkimbptV48="; - # } - ] ++ [ - ms-vsliveshare.vsliveshare - golang.go - github.codespaces - editorconfig.editorconfig - eamodio.gitlens - github.copilot - ms-vscode-remote.remote-ssh - ms-vscode-remote.remote-containers - redhat.vscode-yaml - ]; - }) + # (vscode-with-extensions.override + # { + # vscodeExtensions = with vscode-extensions; pkgs.vscode-utils.extensionsFromVscodeMarketplace [ + # # { + # # name = "tooltitude"; + # # publisher = "tooltitudeteam"; + # # version = "0.43.2"; + # # sha256 = "sha256-d4h+kEgvSjtLva6c4UWRLR2jP+ydieDzAHkimbptV48="; + # # } + # ] ++ [ + # ms-vsliveshare.vsliveshare + # golang.go + # github.codespaces + # editorconfig.editorconfig + # eamodio.gitlens + # github.copilot + # ms-vscode-remote.remote-ssh + # ms-vscode-remote.remote-containers + # redhat.vscode-yaml + # ]; + # }) ]; home.file.".ignore".text = ''