sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol
https://sourcegraph.com
Apache License 2.0
793 stars 72 forks source link

The server returns no results with ES6 modules #679

Open ShenoudaGergis opened 4 years ago

ShenoudaGergis commented 4 years ago

On sublime text 3 build 3211 works well, but only with .js file extension, and returns no data with .mjs file extension even that the server runs.

{
    "clients":
    {
        "javascript-typescript-langserver":
        {
            "enabled": true
        }
    } ,
    "log_debug": true ,
    "log_stderr": true,
    "log_payloads": true,
}