Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vscode command for reload image #3

Open
D0rkKnight opened this issue Apr 8, 2023 · 2 comments
Open

Vscode command for reload image #3

D0rkKnight opened this issue Apr 8, 2023 · 2 comments

Comments

@D0rkKnight
Copy link

Hello,
First of all, I would like to say, thanks for your work on this repo. I'm using it for a Computer Graphics class rn and it is working wonderfully.

I have a use case where after I render an image, I would like to open said image (in exr format). Right now I have it hooked up so when I finish the program execution, code out/img.exr is executed. So far, this is making the editor jump to the tab where the image is open, but it is not triggering a reload of the image.

Something like a veriv.reload command would be great. I see in the keybinds that veriv.open and veriv.open-dir-images are already a thing.

Again, thank you for your work on this project.

@mcrescas
Copy link
Owner

Hi,

Thanks for your words!

Right now there is a button that allows you to reload the image from the GUI. Are you referring to add support for another feature?
I could create a new command veriv.reload similar to veriv.open, but I don't think you can launch these type of commands from the command line.

@D0rkKnight
Copy link
Author

Ah, my bad. Something like veriv.reload as a command would work since my current implementation is a "postDebugTask" entry in the launch config, so one could create a task that just executes the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants