debug brekapoints hover messages: fix copy paste mistake

This commit is contained in:
isidor
2018-05-02 10:03:49 +02:00
parent 5dff77e49c
commit b703cdba7a
@@ -591,7 +591,7 @@ export function getBreakpointMessageAndClassName(debugService: IDebugService, te
}
if (breakpoint.logMessage) {
if (process && breakpoint.condition && !process.session.capabilities.supportsLogPoints) {
if (process && !process.session.capabilities.supportsLogPoints) {
return {
className: 'debug-breakpoint-unsupported',
message: nls.localize('logBreakpointUnsupported', "Logpoints not supported by this debug type"),