File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Type: Package
22Package: languageserver
33Title: Language Server Protocol
4- Version: 0.3.10
5- Date: 2021-04-17
4+ Version: 0.3.11
5+ Date: 2021-06-21
66Authors@R:
77 c(person(given = "Randy",
88 family = "Lai",
Original file line number Diff line number Diff line change 1+ # languageserver 0.3.11
2+
3+ ** Closed issues:**
4+ - documentation only loaded for packages named in a library() call, not with p_load() (#257 )
5+ - Minimal {styler} version requirement (#457 )
6+ - If load package via pacman::p_load(), the autocompletion will be not able to work well (#426 )
7+ - If I wrap library call in suppressPackageStartUpLanguages, autocompletion won't work (#451 )
8+ - Handle ` workspace/didChangeWatchedFiles ` (#446 )
9+ - Environment variable LANG (#435 )
10+ - Support lambda as function (#427 )
11+ - Support pipe operator in onTypeFormatting (#430 )
12+ - Exclusions in .lintr not working (#282 )
13+ - Packages not loaded prior to linting with coc-r-lsp (#238 )
14+ - Provide diagnostics on non-installed packages (#80 )
15+
16+ ** Merged pull requests:**
17+ - Require styler >= 1.5.1 (#458 )
18+ - Support unscoped functions and library functions (#452 )
19+ - Handle ` workspace/didChangeWatchedFiles ` (#447 )
20+ - Add code action to disable linters (#408 )
21+ - Improve handling configuration settings (#439 )
22+ - check if lintr is new enough (#437 )
23+ - Use lint text if supported (#284 )
24+ - output text as is (#436 )
25+ - consolidate github action jobs (#434 )
26+ - Lambda support (#428 )
27+ - Use a function call as the completer in on-type-formatting (#431 )
28+ - support trace in InitializeParams (#423 )
29+
130# languageserver 0.3.10
231
332** Closed issues:**
You can’t perform that action at this time.
0 commit comments