Skip to content

Commit 7c2cac0

Browse files
Fix broken main.js after merge of 'pylsNamespace' branch
1 parent 731721d commit 7c2cac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ function getSettingsPyLSNamespace() {
117117

118118
// Get and return the preferences dictionary
119119
function getSettings() {
120-
return {
121120
const pylsNamespace = getSettingsPyLSNamespace()
121+
return {
122122
settings: {
123-
pylsNamespace: {
123+
[pylsNamespace]: {
124124
"env": {},
125125
"configurationSources": [
126126
getPreference('pyls.configurationSources')

0 commit comments

Comments
 (0)