rpodcast / r_dev_projects

Boilerplate and configs for my R development projects
76 stars 31 forks source link

Explore automatic extension installation #15

Open rpodcast opened 2 years ago

rpodcast commented 2 years ago

As part of the tutorial series, I would like to show how users can have a simple way to install all of the recommended extensions for getting started with R in VS Code. Per advice from this StackOverflow post, I could try setting up a template repo for R projects with recommended extensions by creating extensions.hson in the .vscode directory of a project.