We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e655a95 commit 1f6f97dCopy full SHA for 1f6f97d
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ide-python",
3
"main": "./lib/main",
4
- "version": "0.1.1",
+ "version": "0.2.0",
5
"description": "Python language support for Atom-IDE",
6
"keywords": [
7
"atom-ide",
@@ -20,7 +20,9 @@
20
"atom-languageclient": "^0.6.4",
21
"shell-env": "^0.3.0"
22
},
23
- "enhancedScopes": ["source.python"],
+ "enhancedScopes": [
24
+ "source.python"
25
+ ],
26
"configSchema": {
27
"pylsPath": {
28
"title": "Python Language Server Path",
@@ -119,8 +121,7 @@
119
121
"title": "Threshold",
120
122
"type": "number",
123
"default": 15,
- "description":
- "The minimum threshold that triggers warnings about cyclomatic complexity."
124
+ "description": "The minimum threshold that triggers warnings about cyclomatic complexity."
125
}
126
127
0 commit comments