Skip to content

Commit 812544a

Browse files
authored
add signin action into explorer title (LeetCode-OpenSource#42)
1 parent 5775fa5 commit 812544a

File tree

7 files changed

+3441
-9
lines changed

7 files changed

+3441
-9
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,10 @@ typings/
5757
# dotenv environment variables file
5858
.env
5959

60-
# package-lock file since it just causes merge conflicts
61-
package-lock.json
62-
6360
# Output
6461
out
6562
*.vsix
6663
.vscode-test
6764

6865
# Mac
69-
.DS_Store
66+
.DS_Store

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 'stable'
4+
- 'lts/*'
55

66
before_install:
77
- if [ $TRAVIS_OS_NAME == "linux" ]; then

CHANGELOG.md

+4
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.6.1]
7+
### Added
8+
- Add Sign in action into LeetCode Explorer title area ([#25](https://github.com/jdneo/vscode-leetcode/issues/25))
9+
610
## [0.6.0]
711
### Changed
812
- Move LeetCode explorer into activity bar ([#39](https://github.com/jdneo/vscode-leetcode/issues/39))

0 commit comments

Comments
 (0)