File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ide-python" ,
3
3
"main" : " ./lib/main" ,
4
- "version" : " 0.5 .0" ,
4
+ "version" : " 0.6 .0" ,
5
5
"description" : " Python language support for Atom-IDE" ,
6
6
"keywords" : [
7
7
" ide" ,
27
27
"dependencies" : {
28
28
"atom-languageclient" : " ^0.8.2"
29
29
},
30
- "enhancedScopes" : [" source.python" ],
30
+ "enhancedScopes" : [
31
+ " source.python"
32
+ ],
31
33
"configSchema" : {
32
34
"pylsPath" : {
33
35
"title" : " Python Language Server Path" ,
42
44
"properties" : {
43
45
"configurationSources" : {
44
46
"type" : " array" ,
45
- "default" : [" pycodestyle" ],
46
- "description" :
47
- " List of configuration sources to use. Requires `pyls` 0.12.1+" ,
47
+ "default" : [
48
+ " pycodestyle"
49
+ ],
50
+ "description" : " List of configuration sources to use. Requires `pyls` 0.12.1+" ,
48
51
"items" : {
49
52
"type" : " string" ,
50
- "enum" : [" pycodestyle" , " pyflakes" ]
53
+ "enum" : [
54
+ " pycodestyle" ,
55
+ " pyflakes"
56
+ ]
51
57
}
52
58
},
53
59
"jedi_completion" : {
125
131
"title" : " All Scopes" ,
126
132
"type" : " boolean" ,
127
133
"default" : true ,
128
- "description" :
129
- " If enabled lists the names of all scopes instead of only the module namespace. Requires `pyls` 0.7.0+"
134
+ "description" : " If enabled lists the names of all scopes instead of only the module namespace. Requires `pyls` 0.7.0+"
130
135
}
131
136
}
132
137
},
144
149
"title" : " Threshold" ,
145
150
"type" : " number" ,
146
151
"default" : 15 ,
147
- "description" :
148
- " The minimum threshold that triggers warnings about cyclomatic complexity."
152
+ "description" : " The minimum threshold that triggers warnings about cyclomatic complexity."
149
153
}
150
154
}
151
155
},
162
166
"hangClosing" : {
163
167
"type" : " boolean" ,
164
168
"default" : false ,
165
- "description" :
166
- " Hang closing bracket instead of matching indentation of opening bracket's line. Requires `pyls` 0.12.1+"
169
+ "description" : " Hang closing bracket instead of matching indentation of opening bracket's line. Requires `pyls` 0.12.1+"
167
170
},
168
171
"maxLineLength" : {
169
172
"type" : " number" ,
170
173
"default" : 79 ,
171
- "description" :
172
- " Set maximum allowed line length. Requires `pyls` 0.12.1+"
174
+ "description" : " Set maximum allowed line length. Requires `pyls` 0.12.1+"
173
175
}
174
176
}
175
177
},
204
206
"enabled" : {
205
207
"type" : " boolean" ,
206
208
"default" : false ,
207
- "description" :
208
- " Enable or disable the plugin. Requires `pyls` 0.12.1+"
209
+ "description" : " Enable or disable the plugin. Requires `pyls` 0.12.1+"
209
210
}
210
211
}
211
212
},
You can’t perform that action at this time.
0 commit comments