⏪ (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, ... }: {
|
{ pkgs, ... }: {
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (pkgs.vscode.override { isInsiders = true; }).overrideAttrs
|
package = pkgs.vscode;
|
||||||
(oldAttrs: {
|
|
||||||
src = (builtins.fetchTarball {
|
|
||||||
url = "https://update.code.visualstudio.com/latest/linux-x64/insider";
|
|
||||||
sha256 = "0billj5bzapc1x4c7f9lz3z2bav3az2nj5asxpgfqmjb0xdsdfnp";
|
|
||||||
});
|
|
||||||
pname = "vscode-insiders";
|
|
||||||
version = "latest";
|
|
||||||
});
|
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
github.copilot
|
github.copilot
|
||||||
github.copilot-chat
|
github.copilot-chat
|
||||||
|
|
Loading…
Reference in a new issue