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

Error importing large JSON files

pyoor opened this issue · comments

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.

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