posit-dev / positron

Positron, a next-generation data science IDE
Other
2.41k stars 73 forks source link

Console returns to prompt while operations are still in progress #1299

Closed jcheng5 closed 1 year ago

jcheng5 commented 1 year ago

Does this issue occur when all extensions are disabled?: Yes

Positron Version: 2023.09.0 (Universal) build 139
Code - OSS Version: 1.79.0
Commit: 7f5dc8c874696249d427585f3c3174ff8663f341
Date: 2023-09-13T02:39:00.220Z
Electron: 22.3.10
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.6.0

Steps to Reproduce:

  1. Ensure CRAN version of {rlang} is installed
  2. pak::pak("r-lib/rlang")

This should show a "Do you want to continue (Y/n)" prompt; hit y and Enter

Expected result: Console stays busy until installation is complete.

Actual result: Console immediately returns to > prompt as install continues.

juliasilge commented 1 year ago

Oh yeah, this one is #1028 and is super annoying

jcheng5 commented 1 year ago

Indeed a dupe--thanks @juliasilge