Skip to content

Commit 835ace5

Browse files
authored
Remove dynamic config from "recent" when it is added to launch.json (microsoft#160583)
Fix microsoft#156632
1 parent 3729f50 commit 835ace5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/debug/browser/debugConfigurationManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export class ConfigurationManager implements IConfigurationManager {
219219
// Only Launch have a pin trigger button
220220
await (launch as Launch).writeConfiguration(config);
221221
await this.selectConfiguration(launch, config.name);
222+
this.removeRecentDynamicConfigurations(config.name, config.type);
222223
}));
223224
});
224225

0 commit comments

Comments
 (0)