I have a multi-root project in VSCode. I work with R
and have the R LSP Client
extension installed. I am on MacOS.
My workspace file looks like this:
{
"folders": [
{
"path": "."
"name": "myproject"
},
{
"path": "../otherfolder"
"name": "another_project"
}
],
"settings": {}
}
I use bash terminal and R terminal. I want these two to open always with current working directory .
and not ../otherfolder
or having to chose.
Ideally this should be a user setting, not of the workspace.