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
Given how CodeMirror is used in many closed-source applications, it can be difficult to hunt down bugs, when users of those apps report them, since the version of CodeMirror is not known.
For now, we can print the CodeMirror-Vim version. In CodeMirror 5, it was possible to fetch the used version inside the source code.
It would be great if this ability was also given in CodeMirror 6. Then, we could print the version of CodeMirror-Vim, as well as CodeMirror itself or its individual components.
Browser and platform
No response
Reproduction link
No response
The text was updated successfully, but these errors were encountered:
I've thought about this, but since a CodeMirror 6 system generally consists of 10+ packages, all with their own version number, it'd be a pain to use (how do you even figure out which packages to query?) and doesn't seem worth the additional complexity in the release machinery and package interfaces.
Describe the issue
Given how CodeMirror is used in many closed-source applications, it can be difficult to hunt down bugs, when users of those apps report them, since the version of CodeMirror is not known.
Over at CodeMirror-Vim we are introducing a
:version
command:replit/codemirror-vim#180
For now, we can print the CodeMirror-Vim version. In CodeMirror 5, it was possible to fetch the used version inside the source code.
It would be great if this ability was also given in CodeMirror 6. Then, we could print the version of CodeMirror-Vim, as well as CodeMirror itself or its individual components.
Browser and platform
No response
Reproduction link
No response
The text was updated successfully, but these errors were encountered: