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
(maint) Fix typo in class loader for puppet-languageserver
Previously the language server would fail to load the required language server
libraries as there was a typo in the require statement. This commit removes the
quotes around lib as it is not a string, but a string variable.
0 commit comments