Skip to content

Commit 3779678

Browse files
committed
release 2.8.1
1 parent 6d1f615 commit 3779678

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [2.8.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.1)
8+
9+
Enhancements:
10+
11+
* 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)
12+
* Upgrade ag-grid-community to v30.0.0 (#1379)
13+
14+
Fixes:
15+
16+
* Fix handling `r.session.data.pageSize = 0`. (#1364)
17+
* Fix help panel in remote host. (#1374)
18+
* Fix missing package names in "Install CRAN Package". (#1377)
19+
720
## [2.8.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.0)
821

922
New Features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r",
33
"displayName": "R",
44
"description": "R Extension for Visual Studio Code",
5-
"version": "2.8.0",
5+
"version": "2.8.1",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "REditorSupport",

0 commit comments

Comments
 (0)