File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ide-python" ,
33 "main" : " ./lib/main" ,
4- "version" : " 0.2.1 " ,
4+ "version" : " 0.2.2 " ,
55 "description" : " Python language support for Atom-IDE" ,
66 "keywords" : [
77 " atom-ide" ,
2020 "atom-languageclient" : " ^0.6.4" ,
2121 "shell-env" : " ^0.3.0"
2222 },
23- "enhancedScopes" : [" source.python" ],
23+ "enhancedScopes" : [
24+ " source.python"
25+ ],
2426 "configSchema" : {
2527 "pylsPath" : {
2628 "title" : " Python Language Server Path" ,
108110 "title" : " All Scopes" ,
109111 "type" : " boolean" ,
110112 "default" : false ,
111- "description" :
112- " If enabled lists the names of all scopes instead of only the module namespace. Requires pyls 0.7.0+"
113+ "description" : " If enabled lists the names of all scopes instead of only the module namespace. Requires pyls 0.7.0+"
113114 }
114115 }
115116 },
127128 "title" : " Threshold" ,
128129 "type" : " number" ,
129130 "default" : 15 ,
130- "description" :
131- " The minimum threshold that triggers warnings about cyclomatic complexity."
131+ "description" : " The minimum threshold that triggers warnings about cyclomatic complexity."
132132 }
133133 }
134134 },
You can’t perform that action at this time.
0 commit comments