radian
radian copied to clipboard
cannot open the connectionwarning messages from top-level task callback 'vsc.workspace'
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?
Note this happens whatever command I do. It's not linked to this one on the screen.
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")
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