We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e7aac commit 9feabdeCopy full SHA for 9feabde
R/session/.Rprofile R/session/profile.RR/session/.Rprofile renamed to R/session/profile.R
src/rTerminal.ts
@@ -90,7 +90,7 @@ export async function makeTerminalOptions(): Promise<vscode.TerminalOptions> {
90
shellPath: termPath,
91
shellArgs: shellArgs,
92
};
93
- const newRprofile = extensionContext.asAbsolutePath(path.join('R', 'session', '.Rprofile'));
+ const newRprofile = extensionContext.asAbsolutePath(path.join('R', 'session', 'profile.R'));
94
const initR = extensionContext.asAbsolutePath(path.join('R', 'session','init.R'));
95
if (config().get<boolean>('sessionWatcher')) {
96
termOptions.env = {
0 commit comments