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

Doesnt work for new version #616

Open SaranDharshanSP opened 6 months ago

SaranDharshanSP commented 6 months ago

It only works when the leetcode version is reverted to old version . It does not work in the new version.

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.