mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
normalize sql carbon tag (#14445)
This commit is contained in:
@@ -819,7 +819,7 @@ suite('SuggestModel - TriggerAndCancelOracle', function () {
|
||||
provideCompletionItems(doc, pos) {
|
||||
countB += 1;
|
||||
if (!doc.getWordUntilPosition(pos).word.startsWith('a')) {
|
||||
// {{ SQL CARBON EDIT }} strict null checks
|
||||
// {{SQL CARBON EDIT}} strict null checks
|
||||
return undefined;
|
||||
}
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user