remove enable editor flag (#984)

This commit is contained in:
Leo
2025-06-12 18:28:20 +01:00
committed by GitHub
parent a9e56ee460
commit ad2e47dc20
4 changed files with 5 additions and 21 deletions

View File

@@ -195,7 +195,6 @@ export async function loadCliConfig(
fileFilteringRespectGitIgnore: settings.fileFiltering?.respectGitIgnore,
fileFilteringAllowBuildArtifacts:
settings.fileFiltering?.allowBuildArtifacts,
enableModifyWithExternalEditors: settings.enableModifyWithExternalEditors,
checkpoint: argv.checkpoint,
});
}