Joshua Howard
Joshua Howard
Since there really isn't any documentation and I wound up digging into this enough to mostly understand the customization. I figured I would update the **SampleAppCustomized** project to show more...
I have a small automation app scenario where the bulk of my integration tests are all creating an artifact, validating the artifact and then that artifact gets used with a...
**Is your feature request related to a problem? Please describe.** The current (vlisp-compile) function refuses to produce a *.VLX and doesn't appear to work with *.PRV files. We don't have...
**Is your feature request related to a problem? Please describe.** VSCode is reporting that conditional breakpoints are not currently supported by the debugger. The below image is the message you...
**Is your feature request related to a problem? Please describe.** Lisp is generally quite dumb and I would like to solve that with comment annotations. **Describe the solution you'd like**...
The original VLIDE would color function definitions created using .Net and I would like to see this ability get carried over to this Extension. **Describe the solution you'd like** Preferably...
### Description I need scripting to have some way to iterate over gumps. There is already a `client.closeAllGumps()` and I am proposing there should be a `client.getAllGumps()` method on that...