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

JavaScript and TypeScript code intelligence through the Language Server Protocol

Results 100 javascript-typescript-langserver issues
Sort by recently updated
recently updated
newest added

Hello, It seems this language server does not support the import style of ```ts import Hello from '/folder/hello'; ``` using the `tsconfig.json` setting: ```js // ... "paths": { /* Support...

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. ```json { "clients":...

Hey, I've recently started seing these errors pop up, I'm not sure what I should do to fix them. Any idea? ``` [LC] [Error] Error resolving file references for file:///home/rgregoir/projects/triton/helpers/clarity-database.js:...

Using `javascript-language-server` with `lsc` in vim 8 produces an error (stderr below) if the file does not have the `".js"` extension. Renaming the same file to end with the extension...

Hey! I was wondering if this project supports what `tsserver` calls the `configure` request. I would like to configure the [`importModuleSpecifier`](https://github.com/microsoft/TypeScript/blob/master/src/server/protocol.ts#L3163 ) setting to relative, to be exact. Not sure...

the result of `JSON.stringify(new Error('msg'))` is `{}`. pass the `Error` object to logger as it is.

Sublime LSP. ``` javascript-typescript-langserver: readFile /node_modules/@babel/types/lib/index.d.ts requested by TypeScript but content not available ``` I've ls'd this folder, that file definitely exists. I am stuck with a permanent `eslint(erred)` on...

Per the [LSP Docs](https://lsp.readthedocs.io/en/latest/), I've ran `npm install -g javascript-typescript-langserver` to install this language server. For a while, things were working great. I then closed Sublime Text 3 as I...

When #228 introduced for path normalization ( `@` → `%40` ) this block of code was added: https://github.com/sourcegraph/javascript-typescript-langserver/blob/1c9317e92aa02edb8ea3bc95556e9baee9505cea/src/util.ts#L46 Unfortunately `decodeURIComponent` doesn't work if the path looks something like `.../node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.11.3-osx/lib/vendor/ruby/2.2.0/gems/fastlane-2.136.0/fastlane/lib/fastlane/plugins/template/%gem_name%.gemspec.erb` and...

Thank you for maintaining this language server! Just wanted to let you know that we support JavaScript and TypeScript using your package, and add a shameless promotion to help users...