Closed alefragnani closed 5 years ago
This may be out of the scope of this PR but it would be cool if opening side-by-side could be toggled on a case-by-case basis by holding the control key. This would match the behavior of the quick open panel.
@diminutivesloop can you open a new issue for that -- with more details on how you'd like that to work?
@alefragnani v0.8 has been released with this PR -- thanks again for the contribution!
@diminutivesloop I have already opened an issue in VSCode repo, in Jan/2017, but it is still open. Unfortunately, no ETA. Maybe you could upvote 👍 and the team could take a look in the next releases.
Hi,
This PR adds support to open the related file Side by Side (Closes #10 ).
The code changes where minimal. I added a new config
findrelated.openSideBySide
with its default value asfalse
, so the behavior remains the same, unless the user changes its settings.Let me know if any updated needs to be made
Thanks