randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

terminus fails to open R #181

Closed JanaJarecki closed 4 years ago

JanaJarecki commented 4 years ago

Hi there, I am on windows 10, since today, terminus fails to open the R console. I haven't changed any of the settings (and I also don't see a push of new code here). Any idea what could have happened?

My terminus preferences for R are

{ "cmd": "........R-3.6.1patched\bin\x64\R.exe", "default": true, "enable": true, "env": { }, "name": "R", "platforms": [ "windows" ] }

JanaJarecki commented 4 years ago

Nevermind, it seems you updated the format for the cmd to use square brackets around the command cmd entry

"cmd": ["C:\\Program Files\\R\\R-3.6.1patched\\bin\\x64\\R.exe"],

hope it helps anybody in the future

J

randy3k commented 4 years ago

Well, I didn't expect the update will break this. Let me double check the code.

randy3k commented 4 years ago

v0.3.11 should fix the bug. Thank you for raising it.