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
When I have any error/warning/style suggestion, instead of showing the errors where they are, I get an error in the very first line that says "Failed to run diagnostics: callr subprocess failed: unused argument (text = ....)" where ... is a character vector of the whole script.
This does not appear when there are no errors/warnings/style suggestions (as confirmed by running lintr).
This goes away if I turn off r.lsp.diagnostics but I would like to have this working
The text was updated successfully, but these errors were encountered:
When I have any error/warning/style suggestion, instead of showing the errors where they are, I get an error in the very first line that says "Failed to run diagnostics: callr subprocess failed: unused argument (text = ....)" where ... is a character vector of the whole script.
This does not appear when there are no errors/warnings/style suggestions (as confirmed by running
lintr
).This goes away if I turn off
r.lsp.diagnostics
but I would like to have this workingThe text was updated successfully, but these errors were encountered: