mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-30 09:35:38 -05:00
added tests for new scenario
This commit is contained in:
@@ -342,17 +342,6 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Retrieves the reserved word list
|
||||
/// </summary>
|
||||
internal static string[] GetReservedWordList
|
||||
{
|
||||
get
|
||||
{
|
||||
return AutoCompleteHelper.DefaultCompletionText;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Checks whether a given word is in the reserved
|
||||
/// word list or not
|
||||
|
||||
Reference in New Issue
Block a user