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

Only autoscroll when I deactivate then reactivate autoscroll #1

Closed lepinekong closed 6 years ago

lepinekong commented 6 years ago

I am exporting stock data from this metatrader indicator https://gist.github.com/lepinekong/9a53459b05ac5ed999883eb4a3cb6488

When opening the file, I have to deactivate then reactivate autoscroll to make it go to the end. And during the session, it doesn't take into account new data added to the file, I have to close and reopen the file.

PejmanNik commented 6 years ago

Hello @lepinekong Thank you for using autoScroll.

When opening the file, I have to deactivate then reactivate autoscroll to make it go to the end

I will check and fix it until tomorrow.

And during the session, it doesn't take into account new data added to the file, I have to close and reopen the file.

This extension does not do anything about reload file, it is done by vscode. autoscroll just scroll done after any reload. I suggest you see https://github.com/Microsoft/vscode/issues/21252

PejmanNik commented 6 years ago

@lepinekong Fixed in version 1.0.2