mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Return an empty arrary from breakpoints API (#6235)
This commit is contained in:
@@ -693,7 +693,7 @@ export function createApiFactory(
|
|||||||
return undefined;
|
return undefined;
|
||||||
},
|
},
|
||||||
get breakpoints() {
|
get breakpoints() {
|
||||||
return undefined;
|
return [];
|
||||||
},
|
},
|
||||||
onDidStartDebugSession(listener, thisArg?, disposables?) {
|
onDidStartDebugSession(listener, thisArg?, disposables?) {
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user