Right now when running R from a renv project where the packages are not installed the session watcher does not work but throws:
VSCode R Session Watcher requires jsonlite, rlang. Please install manually in order to use VSCode-R.
I can of course install the packages in the project but don't want my projects to include unnecessary dependencies. Would it be possible to set a custom library location for requireNamespace() somehow?