You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some scenarios where some R files are created, changed, or removed outside editor operations which is not sent from client to server via lsp requests.
Git checkout
Rcpp/cpp11 generate R wrapper file for exported/registered C++ functions
In these cases, language server is not aware of the changes of the files, and thus will not update the workspace so that symbol definition and etc will not update accordingly until user explicitly open the changed files.
There are some scenarios where some R files are created, changed, or removed outside editor operations which is not sent from client to server via lsp requests.
In these cases, language server is not aware of the changes of the files, and thus will not update the workspace so that symbol definition and etc will not update accordingly until user explicitly open the changed files.
Therefore, we should handle
workspace/didChangeWatchedFiles
.The text was updated successfully, but these errors were encountered: