File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 218
218
"pyls.rope.extensionModules" : {
219
219
"type" : " string" ,
220
220
"default" : null ,
221
- "description" : " The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all ."
221
+ "description" : " Builtin and c-extension modules that are allowed to be imported and inspected by rope ."
222
222
},
223
223
"pyls.rope.ropeFolder" : {
224
224
"type" : " array" ,
227
227
"type" : " string"
228
228
},
229
229
"uniqueItems" : true ,
230
- "description" : " Builtin and c-extension modules that are allowed to be imported and inspected by rope ."
230
+ "description" : " The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all ."
231
231
}
232
232
}
233
233
}
You can’t perform that action at this time.
0 commit comments