ONE-vscode
ONE-vscode copied to clipboard
Let's support ONE workflow
What?
Let's support ONE workflow in ONE-vscode Related Issue : https://github.com/Samsung/ONE/issues/9192
TODOs
- [ ] Show *.workflow.json in ONE explorer
- [ ] Show referred files in *.workflow.json in ONE Explorer
- [ ] Support 'Run' button with command
onecc -W <workflow file name>
(AND Check the toolchain version)
Q) There might be the minimum ONE version which supports ONE workflow. Do you have any plan to distinguish if the installed toolchain supports to run it or not?
@yunjayh Not yet.. 😃 It has a point though. How about I disable 'run' button for the unmet versions and put an instruction button instead?
That's a cool method for user interface!! :smile:
BTW, I was wondering the strategy to manage the versions for each features. There will be other features which need to check the toolchain versions, such as inference, init, etc. I'll keep tracking how you implement. Thank you!!