Hi, I am currently using Codeanywhere as an on-line IDE for C ++ to be able to easily code between different devices. When installing the Codeanywhere environment, I came across the Project Configuration file (the gear icon next to the Run Project button) and I did not find anything in these file settings.
I am wondering if I would use this, I could set the compilation and launch options (something like Visual Studio code).
Am I missing a page with obscure documentation?
Can you also explain these default settings?
Project Config C++ file { "run": [{ "default": true, "devbox": "cpp_test" }] }
Thanks!
source share