We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daeaab commit 39296d2Copy full SHA for 39296d2
src/vs/workbench/contrib/debug/browser/breakpointEditorContribution.ts
@@ -468,7 +468,7 @@ export class BreakpointEditorContribution implements IBreakpointEditorContributi
468
if (decorations) {
469
for (const { options } of decorations) {
470
const clz = options.glyphMarginClassName;
471
- if (clz && (!clz.includes('codicon-') || clz.includes('codicon-testing-') || clz.includes('codicon-merge-') || clz.includes('codicon-arrow-'))) {
+ if (clz && (!clz.includes('codicon-') || clz.includes('codicon-testing-') || clz.includes('codicon-merge-') || clz.includes('codicon-arrow-') || clz.includes('codicon-loading'))) {
472
return false;
473
}
474
0 commit comments