I was trying how to create I / O for the new JetBrains' IDE called Fleet. But unfortunately couldn't do so. So, here I am asking the StackOverflow community "How can I configure the run.json file in Fleet".
What am I supposed to write in that file?
I am trying to code C++ file in Fleet.
This is what I came up with:
It's called chained run configuration. You need separate build and run configs, and make the run config depend on the build config. Hope that helps :)