You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
skip highlighting large lockfiles on all instances, not just dotcom (#63366)
This is a slow and CPU-intensive task, and there is little value in
syntax-highlighting lockfiles. Just disable this on all instances, not
only dotcom.
## Test plan
CI
## Changelog
- Syntax highlighting is disabled on lockfiles (such as
`package-lock.json`) because it is CPU-intensive on these large files
and very rarely desirable.
0 commit comments