sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol

Home Page:https://sourcegraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Javascript files with .mjs extension

alexkreidler opened this issue · 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