We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617e76 commit 0d867b2Copy full SHA for 0d867b2
lib/main.js
@@ -28,7 +28,7 @@ class PythonLanguageClient extends AutoLanguageClient {
28
return {
29
pyls: {
30
configurationSources: configuration.pylsConfigurationSources,
31
- rope: configuration.ropeFolder,
+ rope: { ropeFolder: configuration.ropeFolder !== "null" ? configuration.ropeFolder : null },
32
plugins: configuration.pylsPlugins
33
}
34
};
0 commit comments