mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Add a few more autocomplete delimeter characters (#138)
Trival change to add a couple new delimeters..auto-merging.
This commit is contained in:
@@ -104,7 +104,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Utility
|
||||
|| ch == '='
|
||||
|| ch == '/'
|
||||
|| ch == '%'
|
||||
|| ch == ',';
|
||||
|| ch == ','
|
||||
|| ch == ';'
|
||||
|| ch == '('
|
||||
|| ch == ')';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user