Return an empty arrary from breakpoints API (#6235)

This commit is contained in:
Karl Burtram
2019-07-01 15:22:58 -07:00
committed by GitHub
parent 8b349dbcde
commit 384d87f84d

View File

@@ -693,7 +693,7 @@ export function createApiFactory(
return undefined;
},
get breakpoints() {
return undefined;
return [];
},
onDidStartDebugSession(listener, thisArg?, disposables?) {
return undefined;