New clion_adaptation environment config param, to allow for use of Bloom with CLion's new "debug server" functionality
This commit is contained in:
@@ -152,6 +152,10 @@ EnvironmentConfig::EnvironmentConfig(std::string name, const YAML::Node& environ
|
||||
this->shutdownPostDebugSession
|
||||
);
|
||||
}
|
||||
|
||||
if (environmentNode["clion_adaptation"]) {
|
||||
this->clionAdaptation = environmentNode["clion_adaptation"].as<bool>(this->clionAdaptation);
|
||||
}
|
||||
}
|
||||
|
||||
TargetConfig::TargetConfig(const YAML::Node& targetNode) {
|
||||
|
||||
Reference in New Issue
Block a user