提交 d0475711 编写于 作者: I isidor

Prompt to save untitled file before run/debug

fixes #111850
上级 de22e951
......@@ -289,7 +289,7 @@ export class DebugService implements IDebugService {
// make sure to save all files and that the configuration is up to date
await this.extensionService.activateByEvent('onDebug');
if (!options?.parentSession) {
await this.editorService.saveAll();
await this.editorService.saveAll({ includeUntitled: true });
}
await this.configurationService.reloadConfiguration(launch ? launch.workspace : undefined);
await this.extensionService.whenInstalledExtensionsRegistered();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册