Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify other file extensions for autoscroll #20

Open
ewu63 opened this issue Mar 25, 2022 · 1 comment
Open

Specify other file extensions for autoscroll #20

ewu63 opened this issue Mar 25, 2022 · 1 comment
Assignees

Comments

@ewu63
Copy link

ewu63 commented Mar 25, 2022

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.

@PejmanNik PejmanNik self-assigned this Jan 7, 2024
@PejmanNik
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants