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" |
|
], |
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
vscode-R-syntax/package.json
Lines 35 to 42 in d5fbd7a