missing semi

This commit is contained in:
Joao Moreno
2019-02-23 08:09:00 +01:00
parent e5dbd34dd3
commit dafd1aab8f

View File

@@ -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 = {