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.
You can select toolchains in the UI settings for your project. Here are some examples (language specific):
https://www.jetbrains.com/help/fleet/getting-started-with-java-in-fleet.html#configure-jdk https://www.jetbrains.com/help/fleet/getting-started-with-csharp.html#configure-toolchains https://www.jetbrains.com/help/fleet/getting-started-with-python.html#python-interpreter https://www.jetbrains.com/help/fleet/getting-started-with-go.html#configuring_go_sdk