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: CONFIGURATION.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ This server can be configured using `workspace/didChangeConfiguration` method. E
58
58
|`pylsp.plugins.pylint.enabled`|`boolean`| Enable or disable the plugin. |`false`|
59
59
|`pylsp.plugins.pylint.args`|`array` of non-unique `string` items | Arguments to pass to pylint. |`null`|
60
60
|`pylsp.plugins.pylint.executable`|`string`| Executable to run pylint with. Enabling this will run pylint on unsaved files via stdin. Can slow down workflow. Only works with python3. |`null`|
61
-
|`pylsp.plugins.rope_completion.enabled`|`boolean`| Enable or disable the plugin. |`true`|
61
+
|`pylsp.plugins.rope_completion.enabled`|`boolean`| Enable or disable the plugin. |`false`|
62
62
|`pylsp.plugins.rope_completion.eager`|`boolean`| Resolve documentation and detail eagerly. |`false`|
63
63
|`pylsp.plugins.yapf.enabled`|`boolean`| Enable or disable the plugin. |`true`|
64
64
|`pylsp.rope.extensionModules`|`string`| Builtin and c-extension modules that are allowed to be imported and inspected by rope. |`null`|
0 commit comments