Commit Graph

18 Commits

Author SHA1 Message Date
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