Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: languageserver
Title: Language Server Protocol
Version: 0.3.17.9999
Date: 2026-03-09
Version: 0.3.18
Date: 2026-05-01
Authors@R:
c(person(given = "Randy",
family = "Lai",
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# languageserver 0.3.18

**Closed issues:**

- Failed to run diagnostics: ! in callr subprocess. Caused by error in `call[[1L]]` (#723)

**Merged pull requests:**

- Bump codecov/codecov-action from 5 to 6 (#724)
- fix: avoid rlang formatting crash in callr subprocess (#723) (#725)
- Multi root support (#719)
- test: enable parallel execution and streamline CI workflows (#720)

# languageserver 0.3.17

**Closed issues:**
Expand Down
1 change: 1 addition & 0 deletions R/task.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#' @import callr
Task <- R6::R6Class("Task",
private = list(
process = NULL,
Expand Down
Loading