vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

Extensions can contribute their own Actions

Open worksofliam opened this issue 3 years ago • 0 comments

It'd be cool if we provided a command so other extensions can provide Actions:

vscode.commands.executeCommand(`code-for-ibmi.contributeActions`, [
   {...} // Action model
])

worksofliam avatar Jul 18 '22 14:07 worksofliam