We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0d4f9 commit 9f5934bCopy full SHA for 9f5934b
1 file changed
samcli/lib/sync/infra_sync_executor.py
@@ -587,7 +587,7 @@ def _detect_foreach_code_changes(
587
"""
588
from samcli.lib.cfn_language_extensions.sam_integration import check_using_language_extension
589
590
- if not check_using_language_extension(current_template):
+ if not self._sync_context.language_extensions_enabled or not check_using_language_extension(current_template):
591
return
592
593
from samcli.lib.cfn_language_extensions.sam_integration import expand_language_extensions
0 commit comments