mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 18:14:50 +01:00
debug brekapoints hover messages: fix copy paste mistake
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user