sanjib-sen / WebLaTex

A complete alternative for Overleaf with VSCode + Web + Git Integration + Copilot + Grammar & Spell Checker + Live Collaboration Support. Based on GitHub Codespace and Dev container.
https://github.com/sanjib-sen/weblatex/generate
MIT License
979 stars 277 forks source link

no access to copilot? #18

Closed wujastyk closed 1 year ago

wujastyk commented 1 year ago

I'm a newbie with codespace, so this is likely to be something very simple.

When I try to install WebLaTeX as a template in my own Git account, I get errors that I don't have copilot:

[INFO] [auth] [2023-08-18T23:18:23.098Z] Invalid copilot token: missing token: 403 
[ERROR] [default] [2023-08-18T23:18:23.103Z] GitHub Copilot could not connect to server. Extension activation failed: "No access to GitHub Copilot found. You are currently logged in as wujastyk."
[INFO] [auth] [2023-08-18T23:18:37.087Z] Invalid copilot token: missing token: 403 
[ERROR] [default] [2023-08-18T23:18:37.088Z] GitHub Copilot could not connect to server. Extension activation failed: "No access to GitHub Copilot found. You are currently logged in as wujastyk."
[INFO] [auth] [2023-08-18T23:18:38.635Z] Invalid copilot token: missing token: 403 
[ERROR] [default] [2023-08-18T23:18:38.636Z] GitHub Copilot could not connect to server. Extension activation failed: "No access to GitHub Copilot found. You are currently logged in as wujastyk."

Can you advise?

sanjib-sen commented 1 year ago

Do you have access to copilot? GitHub Copilot is paid feature but you can have access to it if you have a University/School/College email and apply for GitHub Student Pack .

Or, if you already have access to Copilot but is not working on Codespace, check these issues out.

  1. https://github.com/orgs/community/discussions/19213
  2. https://github.com/orgs/community/discussions/51797
  3. https://github.com/orgs/community/discussions/13070
  4. https://github.com/orgs/community/discussions/55158
wujastyk commented 1 year ago

Ah, I see. I'm a faculty member , so the student pack doesn't work for me personally. But I'll look into this more. Thanks again! Dominik

sanjib-sen commented 1 year ago

You are welcome! You can always buy it for a monthly subscription fee of 10 USD. It is really worth it if you are into coding, and latex works well too. But I don't recommend turning this on for sensitive projects.

Sanjib