Skip to content

Make it configurable from init.lua #31

Open
@ShortArrow

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions