mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 09:35:37 -05:00
Address warnings and (some) nullables (#2013)
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.LanguageServer
|
||||
await langService.HandleDidChangeLanguageFlavorNotification(new LanguageFlavorChangeParams
|
||||
{
|
||||
Uri = textDocument.TextDocument.Uri,
|
||||
Language = LanguageService.SQL_LANG.ToLower(),
|
||||
Language = LanguageService.SQL_LANG.ToLower(System.Globalization.CultureInfo.InvariantCulture),
|
||||
Flavor = "NotMSSQL"
|
||||
}, null);
|
||||
await langService.HandleSignatureHelpRequest(textDocument, signatureRequestContext.Object);
|
||||
|
||||
Reference in New Issue
Block a user