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
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ This server can be configured using the `workspace/didChangeConfiguration` metho
72
72
|`pylsp.plugins.rope_autoimport.memory`|`boolean`| Make the autoimport database memory only. Drastically increases startup time. |`false`|
73
73
|`pylsp.plugins.rope_completion.enabled`|`boolean`| Enable or disable the plugin. |`false`|
74
74
|`pylsp.plugins.rope_completion.eager`|`boolean`| Resolve documentation and detail eagerly. |`false`|
75
+
|`pylsp.plugins.rope_implementation.enabled`|`boolean`| Enable or disable the plugin. |`true`|
75
76
|`pylsp.plugins.yapf.enabled`|`boolean`| Enable or disable the plugin. |`true`|
76
77
|`pylsp.rope.extensionModules`|`string`| Builtin and c-extension modules that are allowed to be imported and inspected by rope. |`null`|
77
78
|`pylsp.rope.ropeFolder`|`array` of unique `string` items | The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all. |`null`|
0 commit comments