remove assertProposedApi from debug API

This commit is contained in:
Andre Weinand
2017-07-12 11:45:35 +02:00
parent a4fcd5f63c
commit 440012424c

View File

@@ -464,7 +464,6 @@ export function createApiFactory(
// namespace: debug
const debug: typeof vscode.debug = {
get activeDebugSession() {
assertProposedApi(extension);
return extHostDebugService.activeDebugSession;
},
createDebugSession(config: vscode.DebugConfiguration) {