mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
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