We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c557976 commit 69ac1ddCopy full SHA for 69ac1dd
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ide-python",
3
"main": "./lib/main",
4
- "version": "0.7.0",
+ "version": "0.8.0",
5
"description": "Python language support for Atom-IDE",
6
"keywords": [
7
"ide",
@@ -169,8 +169,7 @@
169
"items": {
170
"type": "string"
171
},
172
- "description":
173
- "Select errors and warnings. Requires `pyls` 0.14+"
+ "description": "Select errors and warnings. Requires `pyls` 0.14+"
174
175
"ignore": {
176
"type": "array",
@@ -186,8 +185,7 @@
186
185
187
188
189
190
- "Ignore errors and warnings. Requires `pyls` 0.14+"
+ "description": "Ignore errors and warnings. Requires `pyls` 0.14+"
191
192
"hangClosing": {
193
"type": "boolean",
0 commit comments