Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

too many R sessions left at R-project folder under .vscode #352

Closed
litn2018 opened this issue May 30, 2020 · 1 comment · Fixed by #348
Closed

too many R sessions left at R-project folder under .vscode #352

litn2018 opened this issue May 30, 2020 · 1 comment · Fixed by #348

Comments

@litn2018
Copy link

when create a new terminal, vscode-r will not pick up the previous r-session files. and the old files under previous session id are kept and will have more and more session files. Should the extension delete those old session files or reusing the files? every time when a new terminal is created, a new session folder is created, it goes ugly.

@renkun-ken
Copy link
Member

If the session is exited normally, the folders should be removed.

In #348, the watching mechanism is switched from vscode.FileSystemWatcher (which only works within workspace) to fs.watch (which works system-wide). This should no longer be a problem as there won't be {workspaceFolder}/.vscode/vscode-R folder any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants