Skip to content

Commit 07b41b2

Browse files
committed
feat(PostgresKernel): Enhance SQL completion and output handling
- Implemented SQL command and keyword completions for improved user experience. - Added functionality to retrieve database schema, tables, and columns dynamically based on user input. - Enhanced output display for query results with expandable cells for large data. - Improved error handling for database connections and queries. - Refactored code for better readability and maintainability.
1 parent 652719f commit 07b41b2

File tree

6 files changed

+3603
-196
lines changed

6 files changed

+3603
-196
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package: build
2020
vsce package
2121

2222
# publish the extension to VS Code Marketplace and Open VSX Registry
23-
publis: package
23+
publish: package
2424
@echo "Publishing to VS Code Marketplace..."
2525
test -f ./pat || (echo "Error: pat file not found" && exit 1)
2626
vsce publish -p $(shell cat ./pat)

0 commit comments

Comments
 (0)