- VSCode Version:1.2.2
- VSCode-R Version:
- OS Version: Windows 10 Pro 1709 16299.371
Steps to Reproduce:
- In terminal(R interactive) run print method
- result
(If related)setting.json
// R.exe path for windows
"r.rterm.windows": "C:\\Program Files\\R\\R-3.4.4\\bin\\x64\\R.exe",
// R command line options (i.e: --vanilla)
"r.rterm.option": [],
// An optional encoding to pass to R when executing the file, i.e. 'source(FILE, encoding=ENCODING)'
"r.source.encoding": "UTF-8",
// Keeping focus when running
"r.source.focus": "editor",
Steps to Reproduce:
print("こんにちは")(If related)setting.json