提交 fcf3765e 编写于 作者: I isidor

breakpoints: do not use use exlcamation mark icon for unsupported function breakpoints

上级 9ee425ce
......@@ -566,7 +566,7 @@ export function getBreakpointMessageAndClassName(debugService: IDebugService, te
if (breakpoint instanceof FunctionBreakpoint) {
if (process && !process.session.capabilities.supportsFunctionBreakpoints) {
return {
className: 'debug-breakpoint-unsupported',
className: 'debug-function-breakpoint-unverified',
message: nls.localize('functionBreakpointUnsupported', "Function breakpoints not supported by this debug type"),
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册