File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2020 "atom-languageclient" : " ^0.6.4" ,
2121 "shell-env" : " ^0.3.0"
2222 },
23- "enhancedScopes" : [
24- " source.python"
25- ],
23+ "enhancedScopes" : [" source.python" ],
2624 "configSchema" : {
2725 "pylsPath" : {
2826 "title" : " Python Language Server Path" ,
102100 "enabled" : {
103101 "title" : " Enabled" ,
104102 "type" : " boolean" ,
103+ "order" : 1 ,
105104 "default" : true ,
106105 "description" : " Enable or disable Jedi Symbols."
106+ },
107+ "all_scopes" : {
108+ "title" : " All Scopes" ,
109+ "type" : " boolean" ,
110+ "default" : false ,
111+ "description" :
112+ " If enabled lists the names of all scopes instead of only the module namespace. Requires pyls 0.7.0+"
107113 }
108114 }
109115 },
121127 "title" : " Threshold" ,
122128 "type" : " number" ,
123129 "default" : 15 ,
124- "description" : " The minimum threshold that triggers warnings about cyclomatic complexity."
130+ "description" :
131+ " The minimum threshold that triggers warnings about cyclomatic complexity."
125132 }
126133 }
127134 },
You can’t perform that action at this time.
0 commit comments