Skip to content

Instantly share code, notes, and snippets.

@MilesMcBain
Created June 29, 2022 00:08
Show Gist options
  • Save MilesMcBain/8732ac8908bab409a60eefd98d3be533 to your computer and use it in GitHub Desktop.
Save MilesMcBain/8732ac8908bab409a60eefd98d3be533 to your computer and use it in GitHub Desktop.
remote .Rprofile VSCode settings
options(
vsc.rstudioapi = TRUE,
vsc.browser = "Beside",
vsc.dev.args = list(width = 1200, height = 900),
vsc.str.max.level = 2
)
@jaredlander
Copy link

Thanks! Going to try this right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment