Skip to content

Commit eb00b4f

Browse files
committed
Fix rope folder documentation
1 parent e8950bf commit eb00b4f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,9 @@
5757
},
5858
"ropeFolder": {
5959
"order": 3,
60-
"type": [
61-
"string",
62-
null
63-
],
60+
"type": "string",
6461
"default": ".ropeproject",
65-
"description": "The name of the folder in which rope stores project configurations and data. If empty, no such a folder is used at all. Requires `pyls` 0.17+"
62+
"description": "The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all. Requires `pyls` 0.17+"
6663
},
6764
"pylsPlugins": {
6865
"title": "Python Language Server Plugins",

0 commit comments

Comments
 (0)