mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
remove assertProposedApi from debug API
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user