mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
missing semi
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user