⬆️ update vscode insiders

This commit is contained in:
Laureηt 2023-05-26 21:26:22 +02:00
parent f632e22a7f
commit d5015af7c7
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -5,14 +5,16 @@
(oldAttrs: { (oldAttrs: {
src = (builtins.fetchTarball { src = (builtins.fetchTarball {
url = url =
"https://code.visualstudio.com/sha/download?build=insider&os=linux-x64"; "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64#2023-05-26";
sha256 = "1nvmnf4w2894v21zcmh1xzcxzzilc10qsqhz2i5hqvrn2vcw0ivv"; sha256 = "1cgrn4n6y348x0c7ndmn5vssvpj1sdk27bp91cayr27fb59lgmv9";
}); });
pname = "vscode-insiders"; pname = "vscode-insiders";
version = "latest"; version = "latest";
}); });
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
# github.copilot github.copilot
# github.copilot-chat
eamodio.gitlens eamodio.gitlens
editorconfig.editorconfig editorconfig.editorconfig
ms-vsliveshare.vsliveshare ms-vsliveshare.vsliveshare