Skip to content

Commit

Permalink
release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Jun 9, 2023
1 parent 6d1f615 commit 3779678
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

You can check all of our changes from [Release Page](https://github.com/REditorSupport/vscode-R/releases)

## [2.8.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.1)

Enhancements:

* A new setting `r.lsp.multiServer` is added. If disabled, only a single language server will be spawned from the first workspace folder to handle all requests from all workspaces and files. (#1375)
* Upgrade ag-grid-community to v30.0.0 (#1379)

Fixes:

* Fix handling `r.session.data.pageSize = 0`. (#1364)
* Fix help panel in remote host. (#1374)
* Fix missing package names in "Install CRAN Package". (#1377)

## [2.8.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.0)

New Features:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "r",
"displayName": "R",
"description": "R Extension for Visual Studio Code",
"version": "2.8.0",
"version": "2.8.1",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down

0 comments on commit 3779678

Please sign in to comment.