diff --git a/src/vs/workbench/api/node/extHost.api.impl.ts b/src/vs/workbench/api/node/extHost.api.impl.ts index 46a99f4ca8e..565c8835155 100644 --- a/src/vs/workbench/api/node/extHost.api.impl.ts +++ b/src/vs/workbench/api/node/extHost.api.impl.ts @@ -673,7 +673,7 @@ export function createApiFactory( createCommentControl(id: string, label: string) { return extHostComment.createCommentControl(extension, id, label); } - } + }; // namespace: debug const debug: typeof vscode.debug = {