Commit Graph

24 Commits

Author SHA1 Message Date
Benjamin Russell
5d776863d8 Moving the WorkspaceService contracts into a contract folder
I'm not convinced yet that this is the best place for these files, but it
will be ok for now.
This doesn't build
2016-07-21 16:53:53 -07:00
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
Benjamin Russell
eb25f56e64 Renaming all the namespaces for ServiceHost
Also wiring up the namespace changes to make the servicehost component
build.
NOTE: This will not build
2016-07-21 13:39:01 -07:00
Benjamin Russell
f1e6b8a4e4 Changing the default namespace
... to better match the nomenclature we're using internally for the
difference between the UX and the Service Layer.
2016-07-21 12:17:53 -07:00
Benjamin Russell
a7eb53cc06 Moving the MessageProtocol files into ServiceHost/Protocol
The contracts for the basic protocol have been moved into their own
/Protocol/Contracts folder. No code changes have been made to change the
namespaces or class names
2016-07-21 12:15:22 -07:00
Benjamin Russell
9edeb19946 Renaming the classes for the ServiceHost
NOTE: This is a WIP commit, it will not build
2016-07-21 12:00:53 -07:00
Benjamin Russell
1b592aeaef Moving LanguageServer to ServiceHost
NOTE: This is a WIP commit
2016-07-21 11:36:38 -07:00
Benjamin Russell
c84dfa34cc Merge pull request #7 from Microsoft/feature/vs2015Solution
Merging feature/vs2015Solution branch from pull request.
2016-07-20 12:08:04 -07:00
benrr101
5517d9da81 Removing dead csproj file 2016-07-19 16:15:21 -07:00
benrr101
2a6a33fc11 Adding VS2015 support for ServiceHost project
Creating the standard sln flies for the root of the sqltoolsservice
project and adding xproj files for the individual projects.

Has been confirmed to open and build with VS2015. xUnit tests will work,
but only from Test Explorer (ie, ReSharper test runner doesn't work with
dnx)

Note: This may be subject to change as new standards for .NET Core project
files are developed. See dotnet/roslyn-project-system#37 for more details.
2016-07-19 14:56:44 -07:00
benrr101
99414a4789 Merge branch 'master' into dev 2016-07-18 17:25:58 -07:00
Karl Burtram
01e8f9c3f5 Merge ServiceHost xUnit test project into dev. (#5)
* Setup standard src, test folder structure.  Add unit test project.

* Actually stage the deletes.  Update .gitignore
2016-07-18 17:24:07 -07:00
Karl Burtram
37d3cebc42 Mege dev to master (#6)
* Merge master to dev (#4)

* Misc. clean-ups related to removing unneeded PowerShell Language Service code.
* Remove unneeded files and clean up remaining code.
* Enable file change tracking with Workspace and EditorSession.

* Merge ServiceHost xUnit test project into dev. (#5)

* Setup standard src, test folder structure.  Add unit test project.

* Actually stage the deletes.  Update .gitignore
2016-07-17 12:01:56 -07:00
Karl Burtram
569183134a Update README.md 2016-07-16 13:06:00 -07:00
Karl Burtram
5530ed4367 Merge branch 'dev' 2016-07-16 11:52:47 -07:00
Karl Burtram
6f922603bd Merge conflicts resolved 2016-07-16 11:52:10 -07:00
Karl Burtram
f2a5ebd605 Add configuration change notification event handler.
Clean up code a bit more to remove unneeded code.
Better integrate the diagnostic callback code.
2016-07-16 10:45:27 -07:00
Karl Burtram
ee664949c5 Additional code cleanup following initial check-in.
Enable more ScriptFile code and hook in stub for error parsing.
2016-07-16 02:37:49 -07:00
Karl Burtram
ea3d015961 Dev (#2)
* Misc. clean-ups related to removing unneeded PowerShell Language Service code.
* Remove unneeded files and clean up remaining code.
* Enable file change tracking with Workspace and EditorSession.
2016-07-16 01:20:56 -07:00
Karl Burtram
4ad506f6f2 Enable file change tracking with Workspace and EditorSession.
Also include misc. clean-ups related to removing unneeded PowerShell Language Service code.
2016-07-16 01:14:12 -07:00
Karl Burtram
f2bb986f42 Remove unneeded files and clean up remaining code. 2016-07-15 23:22:27 -07:00
Karl Burtram
c78292a680 Servicehost cleanup (#1)
Merge some code clean ups.  Find+Replace 'PowerShell' with 'SQL Tools'.
Enable logger in ServiceHost project.
2016-07-15 20:48:31 -07:00
Karl Burtram
790825cfab Initial commit of SqlTools Service API 2016-07-15 11:02:03 -07:00
Microsoft GitHub User
874ade9001 Initial commit 2016-07-15 11:00:17 -07:00