You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,9 @@
57
57
},
58
58
"ropeFolder": {
59
59
"order": 3,
60
-
"type": [
61
-
"string",
62
-
null
63
-
],
60
+
"type": "string",
64
61
"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+"
0 commit comments