sourcegraph/javascript-typescript-langserver

Handle Javascript files with .mjs extension

alexkreidler opened this issue · 0 comments

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