Skip to content

Commit d460b5f

Browse files
committed
fix: lsp build issues
1 parent ea22ca6 commit d460b5f

File tree

5 files changed

+874
-970
lines changed

5 files changed

+874
-970
lines changed

apps/desktop/src/features/drizzle-runner/components/code-editor.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,11 @@ export function CodeEditor({ value, onChange, onExecute, isExecuting, tables }:
300300
detail: "Run queries in a transaction",
301301
range: range,
302302
sortText: "4"
303+
});
304+
}
305+
return buildSuggestions(range, suggestions);
306+
}
307+
303308
if (/\b(?:db|tx)\.select\(\s*$/.test(textUntilPosition)) {
304309
return buildSuggestions(range, tables.map(function (table, index) {
305310
return {

apps/desktop/src/features/drizzle-runner/utils/lsp-patterns.test.ts

Lines changed: 0 additions & 304 deletions
This file was deleted.

0 commit comments

Comments
 (0)