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
I just came across the function try_save_all() and noticed it is used in rextendr::document().
This function saves all open files if possible. To me, this feels somewhat invasive and can lead to rextendr saving files that the user didn't intend to.
Should we remove this function and expect users to save their files on their own?
I just came across the function
try_save_all()
and noticed it is used inrextendr::document()
.This function saves all open files if possible. To me, this feels somewhat invasive and can lead to rextendr saving files that the user didn't intend to.
Should we remove this function and expect users to save their files on their own?
rextendr/R/try_save_all.R
Line 8 in 3ee8ae3
The text was updated successfully, but these errors were encountered: