File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed
Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 2727 "dependencies" : {
2828 "atom-languageclient" : " ^0.8.2"
2929 },
30- "enhancedScopes" : [
31- " source.python"
32- ],
30+ "enhancedScopes" : [" source.python" ],
3331 "configSchema" : {
3432 "pylsPath" : {
3533 "title" : " Python Language Server Path" ,
4442 "properties" : {
4543 "configurationSources" : {
4644 "type" : " array" ,
47- "default" : [
48- " pycodestyle"
49- ],
45+ "default" : [" pycodestyle" ],
5046 "description" : " List of configuration sources to use. Requires `pyls` 0.12.1+" ,
5147 "items" : {
5248 "type" : " string" ,
53- "enum" : [
54- " pycodestyle" ,
55- " pyflakes"
56- ]
49+ "enum" : [" pycodestyle" , " pyflakes" ]
5750 }
5851 },
5952 "jedi_completion" : {
131124 "title" : " All Scopes" ,
132125 "type" : " boolean" ,
133126 "default" : true ,
134- "description" : " If enabled lists the names of all scopes instead of only the module namespace. Requires `pyls` 0.7.0+"
127+ "description" :
128+ " If enabled lists the names of all scopes instead of only the module namespace. Requires `pyls` 0.7.0+"
135129 }
136130 }
137131 },
149143 "title" : " Threshold" ,
150144 "type" : " number" ,
151145 "default" : 15 ,
152- "description" : " The minimum threshold that triggers warnings about cyclomatic complexity."
146+ "description" :
147+ " The minimum threshold that triggers warnings about cyclomatic complexity."
153148 }
154149 }
155150 },
166161 "hangClosing" : {
167162 "type" : " boolean" ,
168163 "default" : false ,
169- "description" : " Hang closing bracket instead of matching indentation of opening bracket's line. Requires `pyls` 0.12.1+"
164+ "description" :
165+ " Hang closing bracket instead of matching indentation of opening bracket's line. Requires `pyls` 0.12.1+"
170166 },
171167 "maxLineLength" : {
172168 "type" : " number" ,
226222 }
227223 },
228224 "consumedServices" : {
225+ "atom-ide-busy-signal" : {
226+ "versions" : {
227+ "0.1.0" : " consumeBusySignal"
228+ }
229+ },
229230 "linter-indie" : {
230231 "versions" : {
231232 "2.0.0" : " consumeLinterV2"
253254 "0.1.0" : " provideCodeFormat"
254255 }
255256 },
256- "code-highlight" : {
257- "versions" : {
258- "0.1.0" : " provideCodeHighlight"
259- }
260- },
261257 "definitions" : {
262258 "versions" : {
263259 "0.1.0" : " provideDefinitions"
You can’t perform that action at this time.
0 commit comments