File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
4
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
5
6
+ ## [ 0.18.4]
7
+ ### Added
8
+ - change graphql path
9
+
6
10
## [ 0.18.3]
7
11
### Added
8
12
- re-add cookie-based login method [ PR #969 ] ( https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/969 )
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-leetcode" ,
3
3
"displayName" : " LeetCode" ,
4
4
"description" : " Solve LeetCode problems in VS Code" ,
5
- "version" : " 0.18.3 " ,
5
+ "version" : " 0.18.4 " ,
6
6
"author" : " LeetCode" ,
7
7
"publisher" : " LeetCode" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export const urlsCn = {
140
140
// base urls
141
141
base : "https://leetcode.cn" ,
142
142
graphql : "https://leetcode.cn/graphql" ,
143
- userGraphql : "https://leetcode.cn/graphql/noj-go/ " ,
143
+ userGraphql : "https://leetcode.cn/graphql/" ,
144
144
login : "https://leetcode.cn/accounts/login/" ,
145
145
authLoginUrl : `https://leetcode.cn/authorize-login/${ protocol } /?path=leetcode.vscode-leetcode` ,
146
146
} ;
You can’t perform that action at this time.
0 commit comments