Skip to content

Commit 6a99452

Browse files
authored
feat: add Bytes and Text types suggestion in autocomplete (#1531)
1 parent 96411ee commit 6a99452

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/monaco/yql/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type {YQLEntity} from '@gravity-ui/websql-autocomplete';
22

33
export const SimpleTypes = [
4+
'Text',
5+
'Bytes',
46
'String',
57
'Bool',
68
'Int32',

0 commit comments

Comments
 (0)