vscode-R
vscode-R copied to clipboard
Fix R terminal attachment when the `r.rterm` setting contains only the executable file name
What problem did you solve?
This PR fixes R terminal attachment when the r.rterm
setting contains only the executable file name.
It takes into account if the executable file name already contains the .exe
extension in case of the win32
platform.
In addition, this PR:
- fixes
launch.json
and changesoutDir
todist
in all places to fix the extension debugging in VSCode; - switches to the Node.js built-in
crypto
module from the deprecated external one; - adds a proper
problemMatcher
to thenpm watch
task (the required extensionamodio.tsl-problem-matcher
is added to theextensions.json
); - updates
settings.json
file and fixes formatting in some files; - fixes an error message when the extension cannot find the R path.
I would love to hear your thoughts and suggestions on this!
Looking forward to your review and feedback. Thanks!