-
Notifications
You must be signed in to change notification settings - Fork 151
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
Bug: extract to new file code action is not working #1223
Comments
This is a bug in typescript-tools.nvim (which seems like an abandoned project btw): Perhaps the same bug exists in |
I tried and without preview action works. |
That confirms my suspicion about this issue, unfortunately there is not much I can do about this, there is already an issue with typescript-tools, you can open one in vtsls using the information I provided in pmizio/typescript-tools.nvim#231 to understand why this happens. |
FYI, regarding vtsls, from yioneko/vtsls#26:
|
RTFM Checklist
man fzf
/ I am well versed in shell fzfOperating system
MaxOs
Shell
fish
Neovim version (
nvim --version
)NVIM v0.10.0
Fzf version (
fzf --version
)0.52.1
Output of
:lua print(os.getenv('FZF_DEFAULT_OPTS'))
nil
Is the problem reproducible with
mini.sh
?mini.sh
mini.sh
mini.sh
(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
Code action
Move to a new file
is not working when i use fzf like this:When i select this action nothing happens.
When i use
vim.lsp.buf.code_action()
all is okay.I tried it with
typescript-tools
andvtsls
also.The text was updated successfully, but these errors were encountered: