Skip to content

Commit 9feabde

Browse files
authored
Rename .Rprofile (#938)
1 parent 88e7aac commit 9feabde

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/rTerminal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export async function makeTerminalOptions(): Promise<vscode.TerminalOptions> {
9090
shellPath: termPath,
9191
shellArgs: shellArgs,
9292
};
93-
const newRprofile = extensionContext.asAbsolutePath(path.join('R', 'session', '.Rprofile'));
93+
const newRprofile = extensionContext.asAbsolutePath(path.join('R', 'session', 'profile.R'));
9494
const initR = extensionContext.asAbsolutePath(path.join('R', 'session','init.R'));
9595
if (config().get<boolean>('sessionWatcher')) {
9696
termOptions.env = {

0 commit comments

Comments
 (0)