-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomly opens JSON files from project #199
Comments
Does this happen with |
For reference: LazyVim/LazyVim#3857 |
No Changed it to false and it is not happening again. So seems correlated. |
I confirm |
Will (try to) fix it in the next release |
Having I think one problem related to this plugin.
In some projects, it occurred in two different ones, while I am editing a TS/JS/React file nvim will randomly opens JSON files in the current buffer. If I am in a popup it will put it there, otherwise in the main buffer.
Cannot be 100% sure it is vtsls problem and trying to narrow it down.
For now I switched back to typescript-tools.
I will try to reproduce and if possible make it reproducible and you can understand that it is not easy to do because it happens on private company repo projects.
My config is here:
https://gitlab.com/gomezantoine/dotfiles/-/blob/master/.config/nvim/lua/antoine/lsp/typescript.lua?ref_type=heads
The text was updated successfully, but these errors were encountered: