This commit is contained in:
isidor 2017-02-23 14:39:55 +01:00
parent 202501cb51
commit ebd4977133

View file

@ -305,7 +305,6 @@ export class DebugEditorModelManager implements IWorkbenchContribution {
private static BREAKPOINT_DECORATION: IModelDecorationOptions = {
glyphMarginClassName: 'debug-breakpoint-glyph',
glyphMarginHoverMessage: nls.localize('breakpointHover', "Breakpoint"),
stickiness
};