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
+12-12
Original file line number
Diff line number
Diff line change
@@ -5,44 +5,44 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
5
5
6
6
## [0.5.1]
7
7
### Fixed
8
-
- Fix the bug when user's path contains whitespaces [#34](https://github.com/jdneo/vscode-leetcode/issues/34)
8
+
- Fix the bug when user's path contains whitespaces ([#34](https://github.com/jdneo/vscode-leetcode/issues/34))
9
9
10
10
## [0.5.0]
11
11
### Added
12
12
- 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))
13
13
14
14
## [0.4.0]
15
15
### Added
16
-
- Support locked problem [(#20)](https://github.com/jdneo/vscode-leetcode/issues/20)
16
+
- Support locked problem ([#20](https://github.com/jdneo/vscode-leetcode/issues/20))
17
17
18
18
### Changed
19
-
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' [(#18)](https://github.com/jdneo/vscode-leetcode/issues/18)
20
-
- Will automatically save cuurent file when 'LeetCode: Test' command is triggered [(#17)](https://github.com/jdneo/vscode-leetcode/issues/17)
19
+
- Simplify the command 'LeetCode: Test Current File' to 'LeetCode: Test' ([#18](https://github.com/jdneo/vscode-leetcode/issues/18))
20
+
- Will automatically save cuurent file when 'LeetCode: Test' command is triggered ([#17](https://github.com/jdneo/vscode-leetcode/issues/17))
21
21
22
22
## [0.3.0]
23
23
### Added
24
-
- Test current solution file [(#15)](https://github.com/jdneo/vscode-leetcode/issues/15)
24
+
- Test current solution file ([#15](https://github.com/jdneo/vscode-leetcode/issues/15))
25
25
26
26
## [0.2.1]
27
27
### Fixed
28
-
- Fix the wrong icon bug in LeetCode Explorer [(#9)](https://github.com/jdneo/vscode-leetcode/issues/9)
29
-
- Fix the switch session bug when login session is experied [(#12)](https://github.com/jdneo/vscode-leetcode/issues/12)
28
+
- Fix the wrong icon bug in LeetCode Explorer ([#9](https://github.com/jdneo/vscode-leetcode/issues/9))
29
+
- Fix the switch session bug when login session is experied ([#12](https://github.com/jdneo/vscode-leetcode/issues/12))
30
30
31
31
## [0.2.0]
32
32
### Added
33
-
- Support setting the default language to solve problems [(#5)](https://github.com/jdneo/vscode-leetcode/issues/5)
33
+
- Support setting the default language to solve problems ([#5](https://github.com/jdneo/vscode-leetcode/issues/5))
34
34
35
35
### Fixed
36
-
- When user cancels login, no further actions will happen [(#10)](https://github.com/jdneo/vscode-leetcode/issues/10)
36
+
- When user cancels login, no further actions will happen ([#10](https://github.com/jdneo/vscode-leetcode/issues/10))
37
37
38
38
## [0.1.2]
39
39
### Fixed
40
-
- Fix the deplicated nodes in LeetCode Explorer bug [(#6)](https://github.com/jdneo/vscode-leetcode/issues/6)
40
+
- Fix the deplicated nodes in LeetCode Explorer bug ([#6](https://github.com/jdneo/vscode-leetcode/issues/6))
41
41
42
42
## [0.1.1]
43
43
### Fixed
44
-
- Fix a bug in LeetCode Explorer [(#3)](https://github.com/jdneo/vscode-leetcode/issues/3)
45
-
- Remove the show problem command from command palette [(#4)](https://github.com/jdneo/vscode-leetcode/issues/4)
44
+
- Fix a bug in LeetCode Explorer ([#3](https://github.com/jdneo/vscode-leetcode/issues/3))
45
+
- Remove the show problem command from command palette ([#4](https://github.com/jdneo/vscode-leetcode/issues/4))
0 commit comments