gobijan / nova-copilot-lsp

nova-copilot-lsp aims to provide integration with Github Copilot in Nova by Panic.
44 stars 5 forks source link

[BUG] Clicking "Sign in" does nothing #7

Open mrtomtom opened 1 year ago

mrtomtom commented 1 year ago

Is there an existing issue for this?

Current Behavior

Clicking on Copilot for nova -> sign in does nothing. Clicking sign out will give alert that you are not signed in.

Expected Behavior

I am able to sign in

Steps To Reproduce

Environment

- OS:13.41
- Node: 14.17.6
- npm: 6.14.15
- Nova: 11.2 build: 526549

Relevant log output

No response

Anything else?

No response

mrtomtom commented 1 year ago

Anyone else encountered this issue or know a solution?

gobijan commented 1 year ago

Hi, at the moment I don't have much time. Feel free to create a PR.

GauthierBosson commented 1 year ago

I had the same issue, check in you log if you have any error message. If you see the message "The language server is no longer running.", check that your node folder is the right one in the extension settings.

owlboy commented 1 year ago

A work around I ran across: If you have Rider installed and have the Copilot plugin working, it shares the login.

Confirmed by ⌘ + ⌥ + ' working.

wptechnology commented 1 year ago

Yes had the same problem and found the solution : 1) You must install node 2) You must set the path where to find node in the extension settings (go to the extensions, choose the "Copilot for Nova" one, you'll find 3 folders "Details", "Settings" & "Publication Notes"...

TheBoatyMcBoatFace commented 11 months ago

Solution documented in https://github.com/gobijan/nova-copilot-lsp/pull/8

michaelaflores commented 5 months ago

@TheBoatyMcBoatFace do you know what to do if :Copilot status reports disabled but :Copilot setup reports Authenticated as <user>? I can't tell if that matters, as trying to use the extension to Sign in still does nothing even after inputting the path to node.

bbbbbgdn commented 1 month ago

same problem