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

🌍 IBM i development extension for VS Code

Results 329 vscode-ibmi issues
Sort by recently updated
recently updated
newest added

### Changes Added support for saving source type `INB` files in Qsys. Before it would attempt to save the JSON from IBM i Notebooks up to the record length, causing...

### Changes On response at the idea : "[Job browser #304.](https://github.com/halcyon-tech/vscode-ibmi/issues/304)" That's the first step. - Add 2 types of liste : My job and all job with subsystem expandable....

Specifically pulling out the `buildCommand` and `compileCommand` and showing them as Actions.

enhancement

Signed-off-by: Liam Barry Allan ### Changes Allow other extensions to register actions. **Needs testing.** Closes #755. ### Test list * [ ] Local actions continue to work (validator changed) *...

stale

Command should probably be defined [here](https://github.com/halcyon-tech/vscode-ibmi/blob/master/src/webviews/variables/index.js#L13) or in CompileTools.

good first issue
idea

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

idea