vscode.nvim
vscode.nvim copied to clipboard
I got an error "attemp to call field 'cmd' (a nil value)" when loading vscode.nvim plugin
the platform is aarch64, and the problem is caused from utils.lua at 14 line

Can you share your neovim version?
Hi!
I experienced this same issue. My OS version is Ubuntu 20.10, and I am running Neovim v0.4.4. I removed the apt package of Neovim, which is currently v0.4.4 and installed the Snap package version via sudo snap install nvim --classic which has the latest stable version v0.6, and got no error, so I imagine the issue is fixed in the new version of Neovim. This will probably be fixed in the next release of Ubuntu when the Neovim apt package is updated.