From 3414eb046f3069dc927c485cffd636a9aa81f89d Mon Sep 17 00:00:00 2001 From: yamazaki_daichi Date: Tue, 30 Jan 2024 03:20:13 +0900 Subject: [PATCH] release-2.11.3 --- CHANGELOG.md | 3 +++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877b961..bb0d7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## [v2.11.3](https://github.com/UniqueVision/plpgsql-lsp/tree/v2.11.2) - 2023/01/30 +- Update: node version changed to 18 and update libraries. + ## [v2.11.2](https://github.com/UniqueVision/plpgsql-lsp/tree/v2.11.2) - 2023/01/30 - Update: node version changed to 18 and update libraries. diff --git a/README.md b/README.md index 8e327df..5fa21f6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # PostgreSQL Language Server -[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/uniquevision.vscode-plpgsql-lsp.svg?label=VS%20Code%20Marketplace&logo=visual-studio-code&style=flat-square "Current Release")](https://marketplace.visualstudio.com/items?itemName=uniquevision.vscode-plpgsql-lsp) +[![Marketplace Version](https://vsmarketplacebadges.dev/version/uniquevision.vscode-plpgsql-lsp.png?label=VS%20Code%20Marketplace&logo=visual-studio-code&style=flat-square "Current Release")](https://marketplace.visualstudio.com/items?itemName=uniquevision.vscode-plpgsql-lsp) [![GitHub license](https://badgen.net/github/license/Naereen/Strapdown.js?style=flat-square)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) -This tool is a Language Server to support development with `PostgreSQL` and `PL/pgSQL`. +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) @@ -123,13 +123,13 @@ Also, you can use it by CodeLens when your file is valid. If you want to disable this feature, try this -```jsonc +```jsonc { "plpgsqlLanguageServer.enableExecuteFileQueryCommand": false } ``` -Shortcuts are not supported by default, +Shortcuts are not supported by default, but can be configured by adding the following setting to "keybindings.json". ```jsonc diff --git a/package.json b/package.json index 19cafa5..4cf03f3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "PostgreSQL Language Server", "description": "VSCode PostgreSQL and PL/pgSQL Language Server.", "license": "MIT", - "version": "2.11.2", + "version": "2.11.3", "icon": "images/postgres.png", "repository": { "type": "git",