Skip to content

Commit 0d867b2

Browse files
committed
Fix ropefolder config
1 parent 8617e76 commit 0d867b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class PythonLanguageClient extends AutoLanguageClient {
2828
return {
2929
pyls: {
3030
configurationSources: configuration.pylsConfigurationSources,
31-
rope: configuration.ropeFolder,
31+
rope: { ropeFolder: configuration.ropeFolder !== "null" ? configuration.ropeFolder : null },
3232
plugins: configuration.pylsPlugins
3333
}
3434
};

0 commit comments

Comments
 (0)