fix(apps): GitHub Copilot fix for "Failed to initiate the GitHub login process. Please try again."
This commit is contained in:
parent
e0a8a1feb6
commit
02d775c456
@ -145,6 +145,13 @@ in
|
|||||||
nodePackages.pnpm
|
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.
|
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
|
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
|
upwork
|
||||||
slack
|
slack
|
||||||
ffmpeg # for Roley project, check if still actual after 01.01.2025
|
ffmpeg # for Roley project, check if still actual after 01.01.2025
|
||||||
|
Loading…
Reference in New Issue
Block a user