Skip to content

Commit

Permalink
debug: rename to "edit debug configuration"
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 14, 2020
1 parent 45aa0bf commit f432c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class ConfigurationManager implements IConfigurationManager {
config,
buttons: [{
iconClass: 'codicon-gear',
tooltip: nls.localize('configureLaunchConfig', "Configure Debug Configuration in launch.json")
tooltip: nls.localize('editLaunchConfig', "Edit Debug Configuration in launch.json")
}],
launch
}))));
Expand Down

0 comments on commit f432c0e

Please sign in to comment.