You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Maybe update below vim.tbl_islist to utils.islist refer: nvim-telescope/telescope.nvim#3109
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
The text was updated successfully, but these errors were encountered:
Check the following:
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.
Maybe update below
vim.tbl_islist
toutils.islist
refer: nvim-telescope/telescope.nvim#3109Steps To Reproduce
vim.tbl_islist is deprecated...
Expected Behavior
No waring message
The text was updated successfully, but these errors were encountered: