Skip to content

fix default R file extension #11

@ThomasSoeiro

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"
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions