debug: update pin action to be called configure

fixes #95836
This commit is contained in:
isidor
2020-05-13 12:29:50 +02:00
parent 7edfb1d419
commit 1de3cce95e
@@ -274,8 +274,8 @@ export class ConfigurationManager implements IConfigurationManager {
label: config.name,
config,
buttons: [{
iconClass: 'codicon-pin',
tooltip: nls.localize('pinLaunchConfig', "Pin Launch Configuration")
iconClass: 'codicon-gear',
tooltip: nls.localize('configureLaunchConfig', "Configure Debug Configuration in launch.json")
}],
launch
}))));