Skip to content

Commit c752222

Browse files
committed
prepare 0.6.0 release
1 parent 7e25158 commit c752222

7 files changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode",
33
"displayName": "LeetCode",
44
"description": "Solve LeetCode problems in VS Code",
5-
"version": "0.5.1",
5+
"version": "0.6.0",
66
"author": "Sheng Chen",
77
"publisher": "shengchen",
88
"icon": "resources/LeetCode.png",
@@ -103,7 +103,7 @@
103103
"leetcode": [
104104
{
105105
"id": "leetCodeExplorer",
106-
"name": "LeetCode"
106+
"name": "Problems"
107107
}
108108
]
109109
},
@@ -112,12 +112,12 @@
112112
{
113113
"command": "leetcode.searchProblem",
114114
"when": "view == leetCodeExplorer",
115-
"group": "leetcode@1"
115+
"group": "navigation@1"
116116
},
117117
{
118118
"command": "leetcode.refreshExplorer",
119119
"when": "view == leetCodeExplorer",
120-
"group": "leetcode@2"
120+
"group": "navigation@2"
121121
}
122122
],
123123
"view/item/context": [
@@ -211,7 +211,7 @@
211211
"@types/node": "^7.0.43",
212212
"tslint": "^5.9.1",
213213
"typescript": "^2.6.1",
214-
"vscode": "^1.1.6"
214+
"vscode": "^1.1.18"
215215
},
216216
"dependencies": {
217217
"fs-extra": "^5.0.0",

resources/gif/searchproblem.gif

209 KB
Loading

resources/gif/showproblem.gif

281 KB
Loading

resources/gif/signinout.gif

148 KB
Loading

resources/gif/solveproblem.gif

29.1 KB
Loading

resources/gif/switchsession.gif

91.3 KB
Loading

resources/gif/testsolution.gif

410 KB
Loading

0 commit comments

Comments
 (0)