PejmanNik/vscode-autoScroll

Specify other file extensions for autoscroll

Opened this issue · 1 comments

ewu63 commented

It would be great to be able to specify a list of file extensions where autoscroll is enabled, such as by setting

"autoScroll.fileExtensions": ["log", "output"]

in settings.json.

A more general approach would be to allow for regex pattern matching, but for my use case specifying a list of extensions is sufficient.

right now the extension will get automatically active when the file language is detected as log In the vs code, so you can register your file extensions as log in the vs code setting

https://code.visualstudio.com/docs/languages/identifiers

adding an actual file format support, means the extension must get activated for all languages, I'll try to find some time to work on it