Description
- 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