QasimWani / LeetHub

Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
https://chrome.google.com/webstore/detail/leethub/aciombdipochlnkbpcbgdpjffcfdbggi
MIT License
3.91k stars 1.37k forks source link

Problem counter doesn't update and problems not uploaded to github #621

Closed Manuel-heav closed 2 months ago

Manuel-heav commented 6 months ago

I installed LeetHub on my chrome today. linked my github, but when I started solving questions from leetcode it doesn't update anything.

aziyatali commented 3 months ago

Probably using new version of Leetcode?

I found out that this PR is about to be merged.

  1. Clone repo
  2. Authorize with Github
  3. Switch to the PR (gh pr checkout 576)
  4. remove node_modules
  5. remove npm.lock
  6. npm run setup
  7. upload again to the extensions.
  8. link with existing repo

Should work.