Commit 0ed2e72
committed
docs(editor): fix duplicated paragraph from dev merge resolution
The 'dev' merge into this branch left two redundant descriptions of the
completion provider in Section 2 (one from #84, one from #85). Collapsed into a
single accurate paragraph: registerSQLCompletionProvider -> registerCompletion
ItemProvider('sql', …) with trigger characters '.' and space, registered from
QueryEditor.tsx. Verified triggerCharacters ['.', ' '] at sql-completions.ts:121.1 parent 3225743 commit 0ed2e72
1 file changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
| |||
0 commit comments