Skip to content

Commit

Permalink
add signin action into explorer title (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Jun 8, 2018
1 parent 5775fa5 commit 812544a
Show file tree
Hide file tree
Showing 7 changed files with 3,441 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,10 @@ typings/
# dotenv environment variables file
.env

# package-lock file since it just causes merge conflicts
package-lock.json

# Output
out
*.vsix
.vscode-test

# Mac
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js

node_js:
- 'stable'
- 'lts/*'

before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the "leetcode" extension will be documented in this file.

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

## [0.6.1]
### Added
- Add Sign in action into LeetCode Explorer title area ([#25](https://github.com/jdneo/vscode-leetcode/issues/25))

## [0.6.0]
### Changed
- Move LeetCode explorer into activity bar ([#39](https://github.com/jdneo/vscode-leetcode/issues/39))
Expand Down
Loading

0 comments on commit 812544a

Please sign in to comment.