Jacob Gardner
Jacob Gardner
@Sparkenstein This happened to me because telescope was marked as optional previously in packer. I was able to force it to load by adding `vim.cmd[[packadd telescope.nvim]]` to the config section....
> @sjbarag you should be able to use the `pnpm.overrides` field in the root `package.json` (next to pnpm-lock.yaml) with a falues like `file:/some/path` and then after re-running the `pnpm install`...
Is there any current guidance for getting around this issue? I'm currently running into this as well.
Sweet. I will merge your changes in soon.
I merged the no_emit code. I want to add some tests for that later this week as well though.
By caching the resolution results for certain paths, I was able to decrease the plugin run time on one project for me from about ~7.5s to ~3.5s. I'm going to...