https://github.com/White-Label-AV/qsys-deploy-vscode
Look into merging functionality from here into the cli tool.
Here's how I think it would work:
- New command: qplug watch
- Arg: File to watch (must be .lua file)
- Opt: Core hostname / ip
- Opt: Core username
- Opt: Core password
- Opt: Component Name to sync
- Any options that are not passed should be prompted.
- Leave username / password blank if not set
I currently believe that this command should take over STDIO. Advanced users can send the process into the background (I might need to consider how to prevent someone from accidentally attaching two to the same file.
Being that this is for normal script development and NOT plugin development, the priority is low, however, I think it would be an awesome feature!
https://github.com/White-Label-AV/qsys-deploy-vscode
Look into merging functionality from here into the cli tool.
Here's how I think it would work:
I currently believe that this command should take over STDIO. Advanced users can send the process into the background (I might need to consider how to prevent someone from accidentally attaching two to the same file.
Being that this is for normal script development and NOT plugin development, the priority is low, however, I think it would be an awesome feature!