Skip to content

Commit 1c2d499

Browse files
committed
fix(session): enable reconnection for managed terminals in profile.R
1 parent 77b0c2c commit 1c2d499

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

R/profile.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ local({
2626

2727
if (requireNamespace("sess", quietly = TRUE)) {
2828
sess::sess_app(
29-
port = as.integer(Sys.getenv("SESS_PORT")),
30-
token = Sys.getenv("SESS_TOKEN"),
3129
use_rstudioapi = as.logical(Sys.getenv("SESS_RSTUDIOAPI", "TRUE")),
3230
use_httpgd = as.logical(Sys.getenv("SESS_USE_HTTPGD", "TRUE"))
3331
)

0 commit comments

Comments
 (0)