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 Apr 15, 2026. It is now read-only.
When multiple linters are configured, each with its own configuration, codemirror fails to load when the following lintConfig keys are set to unique functions: markerFilter, tooltipFilter, and hideOn.
I believe the issue is caused by the following lines due to how the function objects are compared by default.
Describe the issue
When multiple linters are configured, each with its own configuration, codemirror fails to load when the following
lintConfigkeys are set to unique functions:markerFilter,tooltipFilter, andhideOn.I believe the issue is caused by the following lines due to how the function objects are compared by default.
https://github.com/codemirror/lint/blob/4f3adcfd4ed4ef6d71088f3c1cf34e7fb8f283bc/src/lint.ts#L387-L401
Browser and platform
electron, macOS 26
Reproduction link
MRE