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.
This commit is contained in:
Benjamin Russell
2016-07-21 14:29:41 -07:00
parent eb25f56e64
commit 9ec6265602
27 changed files with 0 additions and 0 deletions