apple / pkl-lsp

Apache License 2.0
24 stars 6 forks source link

Rename classes for consistency #48

Closed translatenix closed 2 days ago

translatenix commented 2 days ago

Change capitalization of the following classes: LSPTestBase -> LspTestBase LSPUtil -> LspUtil PklLSP -> PklLsp PklLSPServer -> PklLspServer

This renaming is consistent with the existing classes LspCommand, PklCli, etc.