sgwilym / nova-deno

A Deno extension for Nova.
https://extensions.panic.com/extensions/co.gwil/co.gwil.deno/
MIT License
14 stars 1 forks source link

Add config keys for document preload limit and TS server max memory #45

Closed sgwilym closed 1 year ago

sgwilym commented 1 year ago

Adds configuration options for the LSP's document preload limit and the internal TS server's max allowed memory, which gives users a few more levers to pull to make this extension performant if they're having troubles.

sgwilym commented 1 year ago

I also made it so that enablePaths really works, at last!