Skip to content

Wrong label for touch bar entry in Mac #80780

Closed
microsoft/azuredatastudio
#7206
@phammanh029

Description

@phammanh029
  • VSCode Version: 1.39.0-insider
  • OS Version:Darwin x64 18.7.0
    i found on this line of code, it maybe miss match:
vscode/src/vs/workbench/contrib/debug/browser/debug.contribution.ts
registerTouchBarEntry(STEP_OVER_ID, STEP_OUT_LABEL, 2, CONTEXT_IN_DEBUG_MODE, URI.parse(registerAndGetAmdImageURL('vs/workbench/contrib/debug/browser/media/stepover-tb.png')));

i think it should be STEP_OVER_LABEL.

In debug mode on touchbar it show 2 entries with lablel Step out instead of Step Over and Step out

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions