是否可以禁用 RStudio 连接窗格?

Is it possible to disable the RStudio connections pane?

我想知道我们是否可以完全禁用 RStudio 连接窗格?

到目前为止我尝试了什么:

我是 运行 RStudio Server 1.3.959 (Middlemist Red) for Ubuntu Bionic 安装了 R4.0.0。

对我有用的是在开始连接之前设置 options(connectionObserver = NULL)。我根据具体情况执行此操作,但您可以在 .rProfile 文件中将其设置为默认值。