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

Error importing large JSON files #620

Closed pyoor closed 5 years ago

pyoor commented 5 years ago

I recently noticed that when importing large JSON files (6MB+), langserver reports that existing properties on that JSON object cannot be found. Removing some data while retaining the structure reports correctly that the properties exist.

I'm not sure if there is a configurable property which limits the size of JSON objects.

pyoor commented 5 years ago

It appears that I was mistaken. I thought that this project was responsible for native TS intellisense in VSCode. Closing.