onatm/open-in-new-window

Make open in new window defalut behavior for file opening

Opened this issue · 0 comments

Thank you for your work!

Do you think there is any way to extend this to make new window the default behavior for file opening?

I looked a bit into the extension API, but could not figure out which event to use to trigger the behavior (onFileSystem:file? workspace.onDidOpenTextDocument(textDocument)?) and how to pass on the right file to be used.