Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vscode-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"pyls.rope.extensionModules": {
"type": "string",
"default": null,
"description": "The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all."
"description": "Builtin and c-extension modules that are allowed to be imported and inspected by rope."
},
"pyls.rope.ropeFolder": {
"type": "array",
Expand All @@ -227,7 +227,7 @@
"type": "string"
},
"uniqueItems": true,
"description": "Builtin and c-extension modules that are allowed to be imported and inspected by rope."
"description": "The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all."
}
}
}
Expand Down