Skip to content

Commit

Permalink
debug: update pin action to be called configure
Browse files Browse the repository at this point in the history
fixes #95836
  • Loading branch information
isidorn committed May 13, 2020
1 parent 7edfb1d commit 1de3cce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}))));
Expand Down

0 comments on commit 1de3cce

Please sign in to comment.