Closed skoch13 closed 1 year ago
Hi,
First of all I'd like to thank you for your work. This plugin works almost perfectly 🙂
The issue I'm facing is the following:
STR:
t
Add missing imports
null-ls
Expected Results: import {t} from 'ttag';
import {t} from 'ttag';
Actual Results: import {t} from 'ttag\types';
import {t} from 'ttag\types';
Is this an issue with the library and exports it provides?
The results come straight from the language server, so there's nothing we can do about this. I believe I've seen similar issues on the language server repository.
Caused by https://github.com/ttag-org/ttag/issues/238
Hi,
First of all I'd like to thank you for your work. This plugin works almost perfectly 🙂
The issue I'm facing is the following:
STR:
t
from ttagAdd missing imports
command vianull-ls
Expected Results:
import {t} from 'ttag';
Actual Results:
import {t} from 'ttag\types';
Is this an issue with the library and exports it provides?