- VS Code Version: 1.106
- OS Version: Fedora Linux 41 and Windows 11
Steps to Reproduce:
- Create a New File (
Ctrl + N)
- Select the R language (
Ctrl + K M and select R)
- Save the file (
Ctrl + S)
- The default file extension is
.r
The default file extension should be .R (not .r), as used in R source and other R IDEs (e.g. RStudio and Positron), and as recommended in the Tidyverse Style Guide.
Another user has already asked that on StackOverflow.
Steps to Reproduce:
Ctrl+N)Ctrl+KMand selectR)Ctrl+S).rThe default file extension should be
.R(not.r), as used in R source and other R IDEs (e.g. RStudio and Positron), and as recommended in the Tidyverse Style Guide.Another user has already asked that on StackOverflow.