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 want to add buttons that trigger insertion of snippets, so I need to be able to do the command editor.action.insertSnippet with these named parameters:
"langId": "asciidoc"
"name": "nameOfMySnippetForAsciidocSources"
Is this possible with the extension as it currently stands? If so, how? If not, what needs to be done to make it work?
The text was updated successfully, but these errors were encountered:
I want to add buttons that trigger insertion of snippets, so I need to be able to do the command
editor.action.insertSnippet
with these named parameters:Is this possible with the extension as it currently stands? If so, how? If not, what needs to be done to make it work?
The text was updated successfully, but these errors were encountered: