[folding] Folding is "jumping" when a file is opened in 2 windows
See original GitHub issueDoes this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.71.2
- OS Version: MAC Monterey 12.6
Steps to Reproduce:
Before this last update it was common for me to use a file opened in 2 windows, āfoldā the functions of window 1 and leave only what I wanted while looking for parameters or other things to use in window 2 for example in other functions.
However, now if I change anything in both windows, the ācursorā jumps to where it was changed and no longer respects the āfoldingā in the previous window, as shown in the images below.
1 - somefunction2 window 2 - If I change something, window 1 ālose foldingā previous
2 - somefunction1 window 2 - If I change something, window 1 ālose foldingā previous
Is there any configuration to keep the feature prior to this update? Thanks.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top GitHub Comments
Iāll look at it in November.
@aeschli, are there any plans for fixing this issue? As a Vue dev, I must admit that this auto-expanding behaviour is super annoying when working with single-file-components.