I am currently trying to create a VTL Language Server, and running into a similar issue as here
For it's integration with Jupyter Lab and possibly other IDEs, I believe the server called is based on the mimetype returned by the active kernel
I would like to further populate the LanguageInfo to additionally include mimetype as text/vtl instead of the current default of text/plain
I am currently trying to create a VTL Language Server, and running into a similar issue as here
For it's integration with Jupyter Lab and possibly other IDEs, I believe the server called is based on the mimetype returned by the active kernel
I would like to further populate the LanguageInfo to additionally include
mimetypeastext/vtlinstead of the current default oftext/plain