Open
Description
Outline
Normal method of how to register command of VSCode extension to VSCode.
vscode.commands.registerCommand('line-number-deco.xxxx', function () {}),
How to call VSCode extension command from Lua.
vim.fn.VSCodeNotify('line-number-deco.xxx')
Think point
Were there exist commands wants to call from init.lua
Activity