vscode: use stable version

This commit is contained in:
陈浩南 2023-09-19 18:44:03 +08:00
parent 52fd57469e
commit a215b50761

View File

@ -288,16 +288,6 @@ inputs:
( (
vscode-with-extensions.override vscode-with-extensions.override
{ {
vscode = (vscode.override { isInsiders = true; }).overrideAttrs
{
src = fetchurl
{
name = "VSCode_latest_linux-x64.tar.gz";
url = "https://code.visualstudio.com/sha/download?build=insider&os=linux-x64";
sha256 = "1553n0gizb9hhkyyga9mgglns6k7xr85h90gk0v6bzp9psnw28fv";
};
version = "latest";
};
vscodeExtensions = with nix-vscode-extensions.vscode-marketplace; vscodeExtensions = with nix-vscode-extensions.vscode-marketplace;
(with equinusocio; [ vsc-community-material-theme vsc-material-theme-icons ]) (with equinusocio; [ vsc-community-material-theme vsc-material-theme-icons ])
++ (with github; [ copilot copilot-chat copilot-labs github-vscode-theme ]) ++ (with github; [ copilot copilot-chat copilot-labs github-vscode-theme ])
@ -598,4 +588,4 @@ inputs:
# x11-misc/optimus-manager # x11-misc/optimus-manager
# x11-misc/unclutter-xfixes # x11-misc/unclutter-xfixes
# ++ ( with inputs.pkgs.pkgsCross.mingwW64.buildPackages; [ gcc ] ); # ++ ( with inputs.pkgs.pkgsCross.mingwW64.buildPackages; [ gcc ] );