javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

Handle Javascript files with .mjs extension

Open alexkreidler opened this issue 7 years ago • 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

alexkreidler avatar Aug 09 '18 04:08 alexkreidler