Workspace settings

Hey there,

Took the idea from VS Code, which lets you override user settings “per project” by placing them in a .vscode folder at the root of your project:

Would be nice to have something similar for vvvv gamma. One use case I have in mind: let’s say I’m working on a project with a 10+ machines. I would like to enable the Auto Reload Document setting on all of them so that I can patch from a single machine and propagate the changes everywhere. Right now, I’d have to do that manually on each computer.

Having those settings defined per-project would allow to make vvvv behave the same way everywhere without having to set it up manually.

What do you think?

Cheers!

After talking with @joreg, realized that could be done already using the --settings command-line argument. Eh! Just in a “less automated” way.