How can I retrieve the xterm.js version string with a js api? #5195
-
I am working on a project built around xterm.js and pyodide: I manage to print the pyodide version using: this.pyodide.version is it a similar field/api I can use in xterm.js to retieve the version number? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Nope, the bundled terminal code does not carry this information as far as I am aware. As integrator you'd normally get the version from the package.json. |
Beta Was this translation helpful? Give feedback.
-
Thanks, so far it is not a big issue in my project, |
Beta Was this translation helpful? Give feedback.
Nope, the bundled terminal code does not carry this information as far as I am aware. As integrator you'd normally get the version from the package.json.
This is indeed problematic for cmdline apps, thats why I created #4982. We also had similar older ideas, which none of them made it into existance.