Apologies if this is actually an LSP issue rather than ST-specific; searching online didn't turn up anything obvious on either side. I'm attempting to import 'something' from, e.g., the firebase sdk:
I get that far, and see completions such as:
I can 'tab' to select, 2 levels deep. I can get as far as this:
And at that point, if I select anything in that dropdown, I end up with something like this:
The initial part of the import is missing. This happens even if there is only 1 slash in the filter to begin with. E.g. this:
results in:
Is this an issue with LSP-typescript, or something unrelated?
Apologies if this is actually an LSP issue rather than ST-specific; searching online didn't turn up anything obvious on either side. I'm attempting to import 'something' from, e.g., the firebase sdk:
I get that far, and see completions such as:
I can 'tab' to select, 2 levels deep. I can get as far as this:
And at that point, if I select anything in that dropdown, I end up with something like this:
The initial part of the import is missing. This happens even if there is only 1 slash in the filter to begin with. E.g. this:
results in:
Is this an issue with LSP-typescript, or something unrelated?