mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-03 17:24:53 -05:00
Intellisense for when the text starts with bracket (#164)
* Intellisense for when the text starts with bracket
This commit is contained in:
@@ -977,7 +977,8 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
|
||||
scriptParseInfo.CurrentSuggestions,
|
||||
startLine,
|
||||
startColumn,
|
||||
endColumn);
|
||||
endColumn,
|
||||
tokenText);
|
||||
},
|
||||
timeoutOperation: (bindingContext) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user