⏪ (neodymium/home) switch back to vscode stable, since it's not required anymore by copilot-chat
This commit is contained in:
parent
1ebc992f58
commit
5506eaac59
|
@ -1,15 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = (pkgs.vscode.override { isInsiders = true; }).overrideAttrs
|
||||
(oldAttrs: {
|
||||
src = (builtins.fetchTarball {
|
||||
url = "https://update.code.visualstudio.com/latest/linux-x64/insider";
|
||||
sha256 = "0billj5bzapc1x4c7f9lz3z2bav3az2nj5asxpgfqmjb0xdsdfnp";
|
||||
});
|
||||
pname = "vscode-insiders";
|
||||
version = "latest";
|
||||
});
|
||||
package = pkgs.vscode;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
github.copilot
|
||||
github.copilot-chat
|
||||
|
|
Loading…
Reference in a new issue