Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b168f4

Browse files
sheche@microsoft.comsheche@microsoft.com
sheche@microsoft.com
authored and
sheche@microsoft.com
committed
prepare for 0.2.0
1 parentfe31bf2 commit6b168f4

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.
33

44
Check[Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
##[0.2.0]
7+
###Added
8+
- Support setting the default language to solve problems[(#5)](https://github.com/jdneo/vscode-leetcode/issues/5)
9+
610
##[0.1.2]
711
###Fixed
812
- Fix the deplicated nodes in LeetCode Explorer bug[(#6)](https://github.com/jdneo/vscode-leetcode/issues/6)

‎README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ Solve LeetCode problems in VS Code.
1919
- Search problems by keywords
2020
- Submit solutions to LeetCode
2121

22-
##Commands
23-
This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
24-
-**LeetCode: Sign in** - Sign in to LeetCode
25-
-**LeetCode: Sign out** - Sign out to LeetCode
26-
-**LeetCode: Select session** - Select one session and make it active
27-
-**LeetCode: Create new session** - Create a new session
28-
-**LeetCode: Refresh** - Refresh the LeetCode Explorer
29-
-**LeetCode: Search Problem** - Search for problems by keywords
30-
-**LeetCode: Submit** - Submit the solution to LeetCode
31-
3222
###Sign In and Sign Out
3323
![SignInOut](resources/gif/signinout.gif)
3424

@@ -44,6 +34,16 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
4434
###Submit Solutions to LeetCode
4535
![SubmitSolution](resources/gif/solveproblem.gif)
4636

37+
##Commands
38+
This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
39+
-**LeetCode: Sign in** - Sign in to LeetCode
40+
-**LeetCode: Sign out** - Sign out to LeetCode
41+
-**LeetCode: Select session** - Select one session and make it active
42+
-**LeetCode: Create new session** - Create a new session
43+
-**LeetCode: Refresh** - Refresh the LeetCode Explorer
44+
-**LeetCode: Search Problem** - Search for problems by keywords
45+
-**LeetCode: Submit** - Submit the solution to LeetCode
46+
4747
##Known Issues:
4848
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
4949
- Currently, only unlocked problems will be listed.
@@ -69,16 +69,6 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
6969
- 根据关键字搜索题目
7070
- 向 LeetCode 提交答案
7171

72-
##命令
73-
该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
74-
-**LeetCode: Sign in** - 登入 LeetCode
75-
-**LeetCode: Sign out** - 登出 LeetCode
76-
-**LeetCode: Select session** - 激活一个已有的答题进度存档
77-
-**LeetCode: Create new session** - 创建一个新的答题进度存档
78-
-**LeetCode: Refresh** - 刷新左侧题目列表视图
79-
-**LeetCode: Search Problem** - 根据关键字搜索题目
80-
-**LeetCode: Submit** - 提交答案到 LeetCode
81-
8272
###登入及登出
8373
![SignInOut](resources/gif/signinout.gif)
8474

@@ -94,6 +84,16 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
9484
###向 LeetCode 提交答案
9585
![SubmitSolution](resources/gif/solveproblem.gif)
9686

87+
##命令
88+
该插件在命令面板(F1 或 Ctrl + Shift + P)中支持下列命令:
89+
-**LeetCode: Sign in** - 登入 LeetCode
90+
-**LeetCode: Sign out** - 登出 LeetCode
91+
-**LeetCode: Select session** - 激活一个已有的答题进度存档
92+
-**LeetCode: Create new session** - 创建一个新的答题进度存档
93+
-**LeetCode: Refresh** - 刷新左侧题目列表视图
94+
-**LeetCode: Search Problem** - 根据关键字搜索题目
95+
-**LeetCode: Submit** - 提交答案到 LeetCode
96+
9797
##已知问题
9898
- 本插件会根据文件名称推测当前的目标题目,因此建议不要改变文件名。
9999
- 本插件目前仅会显示已解锁的问题。

‎package.json

Lines changed: 1 addition & 1 deletion
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.1.2",
5+
"version":"0.2.0",
66
"author":"Sheng Chen",
77
"publisher":"shengchen",
88
"icon":"resources/LeetCode.png",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp