Skip to content

Commit fe31bf2

Browse files
sheche@microsoft.comsheche@microsoft.com
sheche@microsoft.com
authored and
sheche@microsoft.com
committed
add gitter
1 parent 40c7f4b commit fe31bf2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# LeetCode
22
[![Travis CI](https://travis-ci.org/jdneo/vscode-leetcode.svg?branch=master)](https://travis-ci.org/jdneo/vscode-leetcode)
33
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/shengchen.vscode-leetcode.svg)](https://vsmarketplacebadge.apphb.com/version-short/shengchen.vscode-leetcode.svg)
4+
[![Gitter](https://badges.gitter.im/vscode-leetcode/Lobby.svg)](https://gitter.im/vscode-leetcode/Lobby)
45

56
Solve LeetCode problems in VS Code.
67
- [中文](#中文)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@
142142
"swift"
143143
],
144144
"scope": "window",
145-
"description": "Default language preference for solving the problems."
145+
"description": "Default language for solving the problems."
146146
},
147147
"leetcode.showSetDefaultLanguageHint": {
148148
"type": "boolean",
149149
"default": true,
150150
"scope": "window",
151-
"description": "Show a hint to let user set the default language preference."
151+
"description": "Show a hint to set the default language."
152152
}
153153
}
154154
}

0 commit comments

Comments
 (0)