fix(apps): GitHub Copilot fix for "Failed to initiate the GitHub login process. Please try again."

This commit is contained in:
spy4x 2024-03-23 23:18:07 +08:00
parent e0a8a1feb6
commit 02d775c456

View File

@ -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