LoginSignup
3
0

vscode-leetcodeのCookieログイン

Posted at
  • LeetCodeのVSCodeプラグインを使うと、VSCodeでLeetCodeの問題が解ける。

  • が、現状id&passのログインができないようだ。

  • Cookieログインを使う。

    • ログインボタンから、Leetcode: Cookieを選択。
      image.png
    • 開発者ツールのApplicationタブ>Storage>CookiesでleetcodeのCookieを確認できる
      image.png
    • このうちNameがLEETCODE_SESSION, csrftokenとなっているものだけを、以下のような形式で入力窓に入力する。
      • LEETCODE_SESSION=value;csrftoken=value
  • https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/478#issuecomment-564757098

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0