Open adamaltmejd opened 11 months ago
Pretty much at the same time I filed the issue for the same reason on the languageserver
package repository /REditorSupport/languageserver/#645.
I found that you can disable renv status check with renv::config$synchronized.check(FALSE)
or using RENV_CONFIG_SYNCHRONIZED_CHECK = FALSE
in your .Renviron
.
Languageserver errors when renv is out of sync.
Fixing the sync issues with eg. renv::snapshot() solves the error.