You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run R: Create R Terminal it fails with the following issue:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
J:\USERS\JDKS\Data Science>& 'C:\R\bin\x64\R.exeR'
& was unexpected at this time.
J:\USERS\JDKS\Data Science>
Which is odd because in my settings I have "r.rterm.windows": "C:\\R\\bin\\x64\\R.exe"
Did I mess something up here?
The text was updated successfully, but these errors were encountered:
// Place your settings in this file to overwrite the default settings
{
// The path to the F# Interactive tool used by Ionide-FSharp
"FSharp.fsiFilePath": "C:/Program Files (x86)/Microsoft SDKs/F#/4.0/Framework/v4.0/Fsi.exe",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"r.rterm.windows": "C:\\R\\bin\\x64\\R.exe"
}
When I run
R: Create R Terminal
it fails with the following issue:Which is odd because in my settings I have
"r.rterm.windows": "C:\\R\\bin\\x64\\R.exe"
Did I mess something up here?
The text was updated successfully, but these errors were encountered: