From 1b97e8a841be29ab5d74ee493512340e8159ddcd Mon Sep 17 00:00:00 2001 From: yas7010uv Date: Sun, 11 Dec 2022 22:05:41 +0900 Subject: [PATCH] Update: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f63a6d1..8e327df 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This tool is a Language Server to support development with `PostgreSQL` and `PL/pgSQL`. This is accomplished by a combination of querying the database and parsing SQL. +![preview](images/preview.gif) + ## Features - complete definitions. @@ -75,8 +77,6 @@ See https://www.postgresql.org/docs/current/sql-commands.html 1. Set your database connection to VSCode settings. 1. Open `.pgsql` file and edit your code! -![preview](images/preview.gif) - ## VSCode Settings Sample ```jsonc