From 02d775c456b5b8bd50c23c4dddb337ae237ce75a Mon Sep 17 00:00:00 2001 From: spy4x <2spy4x@gmail.com> Date: Sat, 23 Mar 2024 23:18:07 +0800 Subject: [PATCH] fix(apps): GitHub Copilot fix for "Failed to initiate the GitHub login process. Please try again." --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index 78f589c..d28df29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -145,6 +145,13 @@ in nodePackages.pnpm vscode-fhs # Wrapped variant of vscode which launches in a FHS compatible environment. Should allow for easy usage of extensions without nix-specific modifications. jetbrains.webstorm + # GitHub Copilot BEGIN + # A fix for "Failed to initiate the GitHub login process. Please try again." + # Execute next command, but replace the name of the Product (WebStorm2023.2 to a newer version or other product) + # (yes, /run/current-system/sw/bin/copilot-agent might not exist, but it's a symlink to the actual binary) + # ln -fs /run/current-system/sw/bin/copilot-agent ~/.local/share/JetBrains//WebStorm2023.2/github-copilot-intellij/copilot-agent/bin/copilot-agent-linux + github-copilot-intellij-agent + # GitHub Copilot END upwork slack ffmpeg # for Roley project, check if still actual after 01.01.2025