We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0577e commit f52cde3Copy full SHA for f52cde3
package.json
@@ -683,6 +683,6 @@
683
"markdown-it": "^8.4.2",
684
"require-from-string": "^2.0.2",
685
"unescape-js": "^1.1.1",
686
- "vsc-leetcode-cli": "2.6.20"
+ "vsc-leetcode-cli": "2.6.19"
687
}
688
src/leetCodeManager.ts
@@ -35,12 +35,6 @@ class LeetCodeManager extends EventEmitter {
35
36
37
public async signIn(): Promise<void> {
38
- /*
39
- LeetCode Account
40
- LeetCode Cookie
41
- Third-Party: GitHub
42
- Third-Party: LinkedIn
43
- */
44
const picks: Array<IQuickItemEx<string>> = [];
45
picks.push(
46
{
0 commit comments