radian icon indicating copy to clipboard operation
radian copied to clipboard

cannot open the connectionwarning messages from top-level task callback 'vsc.workspace'

Open JimShady opened this issue 1 year ago • 2 comments

Hello,

Recently when using vscode and R (with radian) I've started getting this warning message. I've tried re-installing VS Code but it persists. I've also tried re-installing Radian, but again, it persists. If I just use the native R interface in VS Code then it does not appear - it only happens when using Radian. Any ideas please?

image

JimShady avatar May 20 '24 15:05 JimShady

Note this happens whatever command I do. It's not linked to this one on the screen.

JimShady avatar May 20 '24 15:05 JimShady

I also am experiencing this. However, it's not a radian issue. I am not using radian.

I think it's related to how the VSCode R Language Extension interacts with R's taskCallbackManager. Running the following code resolved the problem, though I'm uncertain what all the ramifications will be, lol.

removeTaskCallback("vsc.workspace")

chriscarrollsmith avatar Dec 03 '24 13:12 chriscarrollsmith

I also am experiencing this. However, it's not a radian issue. I am not using radian.

I think it's related to how the VSCode R Language Extension interacts with R's taskCallbackManager. Running the following code resolved the problem, though I'm uncertain what all the ramifications will be, lol.

removeTaskCallback("vsc.workspace")

it works, thx

MrShadow0624 avatar Jul 24 '25 14:07 MrShadow0624