Archived
Return an empty arrary from breakpoints API (#6235)
This commit is contained in:
@@ -693,7 +693,7 @@ export function createApiFactory(
|
||||
return undefined;
|
||||
},
|
||||
get breakpoints() {
|
||||
return undefined;
|
||||
return [];
|
||||
},
|
||||
onDidStartDebugSession(listener, thisArg?, disposables?) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user