Skip to content

Commit

Permalink
release-2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yamazaki-daichi committed Jan 29, 2024
1 parent 22c0510 commit 3414eb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3414eb0

Please sign in to comment.