sourcegraph/javascript-typescript-langserver

Error importing large JSON files

pyoor opened this issue · 1 comments

pyoor commented

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

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