diff --git a/src/vs/workbench/api/node/extHost.api.impl.ts b/src/vs/workbench/api/node/extHost.api.impl.ts index 034baa1f27..9e697d3da5 100644 --- a/src/vs/workbench/api/node/extHost.api.impl.ts +++ b/src/vs/workbench/api/node/extHost.api.impl.ts @@ -693,7 +693,7 @@ export function createApiFactory( return undefined; }, get breakpoints() { - return undefined; + return []; }, onDidStartDebugSession(listener, thisArg?, disposables?) { return undefined;