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 3729f50 commit 835ace5Copy full SHA for 835ace5
src/vs/workbench/contrib/debug/browser/debugConfigurationManager.ts
@@ -219,6 +219,7 @@ export class ConfigurationManager implements IConfigurationManager {
219
// Only Launch have a pin trigger button
220
await (launch as Launch).writeConfiguration(config);
221
await this.selectConfiguration(launch, config.name);
222
+ this.removeRecentDynamicConfigurations(config.name, config.type);
223
}));
224
});
225
0 commit comments