Skip to content

Commit

Permalink
Fix package.json (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiahuiJiang authored and gatesn committed Aug 29, 2018
1 parent 4fc34c6 commit 838d348
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 838d348

Please sign in to comment.