diff --git a/changelog.d/+scale-down-ide.fixed.md b/changelog.d/+scale-down-ide.fixed.md new file mode 100644 index 00000000000..dad0d3f3075 --- /dev/null +++ b/changelog.d/+scale-down-ide.fixed.md @@ -0,0 +1 @@ +Fixed config verification in IDE context when the config does not specify the target but uses the `scale_down` feature. \ No newline at end of file diff --git a/mirrord/config/src/lib.rs b/mirrord/config/src/lib.rs index 4ea0c80dfa1..5f705c823cc 100644 --- a/mirrord/config/src/lib.rs +++ b/mirrord/config/src/lib.rs @@ -461,6 +461,7 @@ impl LayerConfig { } if self.feature.copy_target.scale_down + && !context.ide && !matches!(self.target.path, Some(Target::Deployment(..))) { return Err(ConfigError::Conflict(