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

Commit812544a

Browse files
authored
add signin action into explorer title (LeetCode-OpenSource#42)
1 parent5775fa5 commit812544a

File tree

7 files changed

+3441
-9
lines changed

7 files changed

+3441
-9
lines changed

‎.gitignore‎

Lines changed: 1 addition & 4 deletions
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‎

Lines changed: 1 addition & 1 deletion
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‎

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.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)

[8]ページ先頭

©2009-2026 Movatter.jp