Skip to content

fix default R file extension #11

Description

@ThomasSoeiro

VSCode recently fixed R file extension to defaults to .R rather than .r: microsoft/vscode#284740 and microsoft/vscode#289658

However this does not work when the vscode-R extension is loaded. This seems to be overwritten by

"extensions": [
".r",
".R",
".r",
".rhistory",
".rprofile",
".rt"
],

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions