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) Refactor server services to common namespace
In order to add a Debug Server, parts of the Language Server need to be extacted
into a common namespace so they can be shared between them; Mainly the logging,
TCP Server, and version detection. This commit:
- Moves the TCP Server, logging and version detection from PuppetLanguageServer
to PuppetVSCode namespace.
- All relevant calls in the language server were modified for the new names
- Updated the spec tests for the new names
0 commit comments