-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
window.restoreWindows
preserve
should respect window.openFilesInNewWindow
#226097
Comments
What are the steps to get it to not open a file? |
@bpasero, sorry, looks like it was a bug in some previous version. I was not able to open an untrusted file when a trusted folder was restored. But in the latest version it works fine (asking if you want to trust it). Still, there are two unexpected things with
I think (1) should be treated as a bug and (2) may be treated as a feature request since it is a breaking change and a new setting value would be needed to not break the existing behavior. Should I leave this issue for (2) and open another one for (1)? |
Yes, agree on the bug: #226392 Leaving the rest here as feature request. |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
window.openFilesInNewWindow
option is ignored on session restore whenwindow.restoreWindows
is set topreserve
: file is always opened in some specific restored window.--new-window
command-line option is also ignored. I expect that a file should always be opened in a new window on session restore whenwindow.openFilesInNewWindow
is eitherdefault
oron
.The text was updated successfully, but these errors were encountered: