vscode-ibmi
vscode-ibmi copied to clipboard
Extensions can contribute their own Actions
It'd be cool if we provided a command so other extensions can provide Actions:
vscode.commands.executeCommand(`code-for-ibmi.contributeActions`, [
{...} // Action model
])