Merge branch 'dev' into feature/testSmo

This commit is contained in:
Karl Burtram
2016-08-24 23:04:24 -07:00
23 changed files with 937 additions and 371 deletions

View File

@@ -269,7 +269,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
}
private static async Task HandleDocumentSymbolRequest(
TextDocumentIdentifier textDocumentIdentifier,
DocumentSymbolParams documentSymbolParams,
RequestContext<SymbolInformation[]> requestContext)
{
Logger.Write(LogLevel.Verbose, "HandleDocumentSymbolRequest");