Releases: REditorSupport/languageserver
Releases · REditorSupport/languageserver
languageserver v0.3.6
v0.3.6
Closed issues:
- Duplicate workspace symbols in completion (#260)
- Non-exported functions not showing after ::: (#258)
- Rmd Color coding doesn't work if there is a space after the backticks and the bracket (#255)
- Language server crash when open a single file without a workspace folder (#249)
- language server uses excessive CPU (#245)
Merged pull requests:
- Remove duplicate symobls in completion of workspace symbols (#261)
- Non export functs (#259)
- Generalize rmd chunk pattern (#256)
- Add a test case for null workspace root (#252)
- respect NAMESPACE file (#248)
- Run tasks with delay to reduce CPU usage on input (#246)
- requires collections 0.3.0 (#243)
- experiemental setting to disable snippets (#240)
- fix enclosed_by_quotes (#239)
languageserver v0.3.5
v0.3.5
Closed issues:
- .lintr defaults are not respected (#235)
- Upgrade to roxygen2 7.x (#233)
- respect client capability of snippetSupport (#231)
- Diagnostics not working for one-line document (#222)
- lsp crash on didOpen single file without a workspace folder (#219)
- diagnostics_task error on certain parsing error (#218)
Merged pull requests:
- Respect linter_file in diagnostics (#236)
- Use roxygen2 7.1 (#234)
- Respect client snippetSupport (#232)
- Remove dependency on stringr (#230)
- Remove dependency on readr (#229)
- Always use content in diagnose_file (#223)
- Fix handling null rootUri (#221)
- Call diagnostics_callback on diagnostics_task error (#220)