Deno language server OOMs when the project contains a massive JSON module #27457
Labels
bug
Something isn't working correctly
lsp
related to the language server
needs investigation
requires further investigation before determining if it is an issue or not
Project consists of a single file:
plus
jmdict_eng.json
being, for example, the unzipped version of thejmdict-eng-3.6.1+20241223123233.json.zip
file from here.A minimal
deno.json
to trigger the plugin might be necessary. I'm using the one fromdeno init
.The VS Code logs say
I understand that it might be unreasonable to support such large files. So, is there any way to exclude the Deno language server from trying to crawl them, and by doing so committing suicide?
The text was updated successfully, but these errors were encountered: