-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ark: Opening >1 files with file.edit()
fails
#857
Comments
It seems like if you patch up ensure_directory <- function(path) {
lapply(path, function(x) dir.create(x, showWarnings = FALSE, recursive = TRUE))
} then it still doesn't work quite right because the first file opens but its tab is then overwritten by the second file |
It seems like they don't both stay open because they are opened as preview editors (you can tell because the filename is in slanted italics) In the settings if I turn |
Adding a note that a And that calls back into vs code's
Unfortunately I don't see any way for us to set that to Eventually all of this ends up getting passed to Where And if It does look like they allow for a where in theory we could force |
Due to
ensure_directory()
only accepting a single file path at a timehttps://github.com/posit-dev/amalthea/blob/7ccaa2678e79a2a49ecb7420b8ec4db533404171/crates/ark/src/modules/private/tools.R#L16-L22
The text was updated successfully, but these errors were encountered: