From dc6b6224c6bdd7b7c4b0166ece629d0bd2bbce2a Mon Sep 17 00:00:00 2001 From: JiahuiJiang Date: Wed, 29 Aug 2018 14:53:49 -0400 Subject: [PATCH] Fix package.json --- vscode-client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vscode-client/package.json b/vscode-client/package.json index dc00fecf..29d60061 100644 --- a/vscode-client/package.json +++ b/vscode-client/package.json @@ -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", @@ -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." } } }