mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Small items for code review iteration
* Removing unused OutputType and OutputWrittenEventArgs classes * Adding class comment blocks * Tweaking a couple comment blocks as per @kcunanne comments
This commit is contained in:
@@ -18,7 +18,8 @@ using System.Linq;
|
||||
namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
|
||||
{
|
||||
/// <summary>
|
||||
/// Main class for Language Service functionality
|
||||
/// Main class for Language Service functionality including anything that reqires knowledge of
|
||||
/// the language to perfom, such as definitions, intellisense, etc.
|
||||
/// </summary>
|
||||
public sealed class LanguageService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user