How to configure the toolchains field in setting.json of Fleet?

1.3k Views Asked by At

JetBrains Fleet has limited description for setting.json reference offered in link, where toolchains field is merely described as "Enable toolchains for the folder or its subfolders".

The auto-generated setting.json is something like this:

{
    "toolchains": []
}

I wonder the usage of toolchains and how to configure it, or where can I find a more detailed reference.

1

There are 1 best solutions below