puppetlabs / puppet-editor-services

Puppet Language Server for editors
Apache License 2.0
46 stars 21 forks source link

(GH-209) Refactor the session state to be a class and pass that instead of global modules #210

Closed glennsarti closed 4 years ago

glennsarti commented 4 years ago

Fixes #209

The Puppet Editor Services - The PuppetHelper, queues and providers. have organically grown and are now a gnarled mess. Time to pay down some of the tech debt.

Refactor the from message-handler up in the stack.


At this point the refactor is done but nothing has been improved