This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Update the R definition according to the extension update #1007
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reflects the extension and the base image updates, and makes improvements that weren't in time for the last PR #954.
vsc.use_httpgd = TRUEmade onRprofilecan now be done fromsettings.jsontoo, delete it from theDockerfileand move it todevcontainer.json. (Accessing VS Code settings in R REditorSupport/vscode-R#743)VALIANTand comments which select a R version to match other definitions as the base image now pushes minor and major version tags. (Update for automated multi-tagging and reducing the number of stack files rocker-org/rocker-versioned2#214)rdebugger.r-debuggerthat enable debugging of R on VS Code and the R packagevscDebuggerrequired byrdebugger.r-debugger. (Suggested by Update the R definition #954 (comment))However, I didn't add
launch.jsonbecause I thought that execution usinglaunch.jsonwould be done on the internal console and may confuse the user. (Add "console" option to open itegrated terminal instead of internal console ManuelHentschel/VSCode-R-Debugger#147)cc @kmehant @renkun-ken @ManuelHentschel @ElianHugh