Commit Graph

1 Commits

Author SHA1 Message Date
Benjamin Russell
9ec6265602 Separated LanguageServer into different components
LanguageServer ->
LanguageService - for any functionality that deals with parsing SQL
ServerService - for any functionality that is required to manage the
service layer
WorkspaceService - for any functionality that deals with managing the
state of the workspace, session, or text document

Namespace changes have not been applied yet, so this doesn't build yet.
2016-07-21 14:29:41 -07:00