PejmanNik / vscode-autoScroll

AutoScroll extension for VS Code
https://marketplace.visualstudio.com/items?itemName=pejmannikram.vscode-auto-scroll
MIT License
23 stars 6 forks source link

just active file must autoscrolled, not all opened file #5

Closed PejmanNik closed 4 years ago

PejmanNik commented 5 years ago

assuming I am only viewing a log file. I was under the impression that I could have the log file auto scroll, while keeping normal scroll behavior for other open files. However, if I enable auto scroll in the log file, it enables it for all open files.

From: Caleb Heuer in marketplace.visualstudio.com review

68267a commented 4 years ago

I also would like to see this fixed.

berot3 commented 4 years ago

@PejmanNik right know all files are auto-scrolled when enabled, right?

I think it makes sense to have the option to switch between toggle for currently open file and all files.

PejmanNik commented 4 years ago

Thank you @accountnumber3 and @berot3. I can't imagine any use case for scroll all open tabs. I agree this is a bug and will fix it in this week

berot3 commented 4 years ago

Well I mean it could be useful to some in some cases.

I got back to a real log-watcher, since filtering and high-liting seems to be more complicated in vscode than in actual log-watchers.

PejmanNik commented 4 years ago

Ok, so I'll add an option for this matter. It is easy to add filtering if the vs satisfy your need

PejmanNik commented 4 years ago

It is fixed in v 1.0.4

autoScrollAllOpenedFiles option can handle the issue