Skip to content
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: vim.tbl_islist is deprecated #2107

Closed
3 tasks done
Adnios opened this issue Jun 14, 2024 · 1 comment · Fixed by #2108
Closed
3 tasks done

bug: vim.tbl_islist is deprecated #2107

Adnios opened this issue Jun 14, 2024 · 1 comment · Fixed by #2108
Labels
bug Something isn't working

Comments

@Adnios
Copy link

Adnios commented Jun 14, 2024

Check the following:

  • I have checked the behavior after setting "vscode-neovim.neovimClean" in VSCode settings.
  • I have read the vscode-neovim docs.
  • I have searched existing issues.

Neovim version (nvim -v)

0.10.0

Operating system/version

Windows 11

Describe the bug

After neovim 0.10, vim.tbl_islist is deprecated. With neovim 0.10, everytime open vscode with vscode-neovim, the warning message show up.
image
Maybe update below vim.tbl_islist to utils.islist refer: nvim-telescope/telescope.nvim#3109
image

Steps To Reproduce

  • With neovim 0.10, open vscode with vscode-neovim
  • waring message shows up vim.tbl_islist is deprecated...

Expected Behavior

No waring message

@Adnios Adnios added the bug Something isn't working label Jun 14, 2024
@xiyaowong
Copy link
Collaborator

xiyaowong commented Jun 14, 2024

You're using nvim 0.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants