Skip to content

Commit

Permalink
Rewrite session watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Jun 10, 2020
1 parent 700014d commit a032fd4
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 344 deletions.
2 changes: 1 addition & 1 deletion R/.Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local({
invisible()
})

if (is.null(getOption("vscodeR"))) {
if (!exists(".vsc")) {
source(file.path(
Sys.getenv(if (.Platform$OS.type == "windows") "USERPROFILE" else "HOME"),
".vscode-R", "init.R")
Expand Down
Loading

0 comments on commit a032fd4

Please sign in to comment.