microsoft / RTVS

R Tools for Visual Studio.
MIT License
389 stars 118 forks source link

Index of detected and custom interpreters are not unique #4278

Open karthiknadig opened 6 years ago

karthiknadig commented 6 years ago
Installed R version:
    [0] Microsoft R Open '3.4.1.1347 (Default)
    [0] MRO (Default)

when configured like this:

  "R": {
    "Interpreters": {
      "0": {
        "name": "MRO",
        "basePath": "/opt/microsoft/ropen/3.4.3/lib64/R"
      }
    }
  }