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 2cd1bf6 commit dec7735Copy full SHA for dec7735
src/vs/workbench/contrib/bulkEdit/browser/bulkEditService.ts
@@ -244,7 +244,7 @@ export class BulkEditService implements IBulkEditService {
244
245
// when enabled (option AND setting) loop over all dirty working copies and trigger save
246
// for those that were involved in this bulk edit operation.
247
- if (options?.respectAutoSaveConfig && this._configService.getValue(autoSaveSetting) === true) {
+ if (options?.respectAutoSaveConfig && this._configService.getValue(autoSaveSetting) === true && resources.length > 1) {
248
await this._saveAll(resources);
249
}
250
0 commit comments