javascript-typescript-langserver
javascript-typescript-langserver copied to clipboard
Handle Javascript files with .mjs extension
Currently, when I open a .mjs javascript file on github with the Sourcegraph extension, it says
No language server connected
Check langserver.org for language servers
However, it's just javascript (ES6 module JS naming convention), so it should go to the javascript language server. Is there a way to alias this, like it does with .jsx, etc?
Thanks