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

Make it configurable from init.lua #31

Open
ShortArrow opened this issue Mar 8, 2024 · 0 comments
Open

Make it configurable from init.lua #31

ShortArrow opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ShortArrow
Copy link
Owner

ShortArrow commented Mar 8, 2024

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

@ShortArrow ShortArrow added the enhancement New feature or request label Mar 8, 2024
@ShortArrow ShortArrow changed the title Make settings editable from init.lua Make it configurable from init.lua Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant