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)
Commits
- 0605996: Fix handling pageSize=0 (#1364) (Kun Ren) #1364
- 36f5493: Fix help panel remote (#1374) (Kun Ren) #1374
- 3f0bdc5: Add
r.lsp.multiServer
setting (#1375) (Kun Ren) #1375 - 8112496: Fix install package name (#1377) (Kun Ren) #1377
- 6d1f615: Upgrade to ag-grid-community-v30.0.0 (#1379) (Kun Ren) #1379
- 3779678: release 2.8.1 (Kun Ren)