You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
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.5.0]
7
+
### Added
8
+
- Support submit and test solution files from the file explorer in VS Code ([#24](https://github.com/jdneo/vscode-leetcode/issues/24), [#26](https://github.com/jdneo/vscode-leetcode/issues/26))
9
+
6
10
## [0.4.0]
7
11
### Added
8
12
- Support locked problem [(#20)](https://github.com/jdneo/vscode-leetcode/issues/20)
<sup>1</sup> If you trigger the `Submit to LeetCode` and `Test in LeetCode` commands in the Command Palette, the extension will upload the current active file in editor.
46
+
45
47
## Commands
46
48
This extension provides several commands in the Command Palette (F1 or Ctrl + Shift + P):
47
49
-**LeetCode: Sign in** - Sign in to LeetCode
@@ -50,8 +52,8 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
50
52
-**LeetCode: Create new session** - Create a new session
51
53
-**LeetCode: Refresh** - Refresh the LeetCode Explorer
52
54
-**LeetCode: Search Problem** - Search for problems by keywords
53
-
-**LeetCode: Test in LeetCode** - Test the current solution file by customized test case
54
-
-**LeetCode: Submit to LeetCode** - Submit the solution to LeetCode
55
+
-**LeetCode: Test in LeetCode** - Test solution file by customized test case
56
+
-**LeetCode: Submit to LeetCode** - Submit the solution file to LeetCode
55
57
56
58
## Known Issues:
57
59
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
@@ -91,12 +93,14 @@ This extension is based on [@skygragon](https://github.com/skygragon)'s [leetcod
0 commit comments