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 97cb04b commit 7db76e2Copy full SHA for 7db76e2
lib/main.js
@@ -25,11 +25,11 @@ class PythonLanguageClient extends AutoLanguageClient {
25
}
26
27
mapConfigurationObject(configuration) {
28
- return {
29
- pyls: {
30
- configurationSources: configuration['pylsConfigurationSources'],
31
- plugins: configuration['pylsPlugins']
32
- }
+ return {
+ pyls: {
+ configurationSources: configuration.pylsConfigurationSources,
+ plugins: configuration.pylsPlugins
+ }
33
};
34
35
0 commit comments