Skip to content

Commit 9f48de1

Browse files
JiahuiJiangJorge Senín
authored andcommitted
Fix package.json (palantir#412)
1 parent 29b63be commit 9f48de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"pyls.rope.extensionModules": {
219219
"type": "string",
220220
"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."
222222
},
223223
"pyls.rope.ropeFolder": {
224224
"type": "array",
@@ -227,7 +227,7 @@
227227
"type": "string"
228228
},
229229
"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."
231231
}
232232
}
233233
}

0 commit comments

Comments
 (0)