vscode-R
vscode-R copied to clipboard
Fix R terminal attachment when the `r.rterm` setting contains only the executable file name
trafficstars
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.jsonand changesoutDirtodistin all places to fix the extension debugging in VSCode; - switches to the Node.js built-in
cryptomodule from the deprecated external one; - adds a proper
problemMatcherto thenpm watchtask (the required extensionamodio.tsl-problem-matcheris added to theextensions.json); - updates
settings.jsonfile 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!