rename namespace for comments

This commit is contained in:
Peng Lyu
2019-05-21 12:02:53 -07:00
parent c930494b29
commit fd9b74985f
3 changed files with 12 additions and 9 deletions

View File

@@ -673,6 +673,8 @@ export function createApiFactory(
}
};
const comments = comment;
// namespace: debug
const debug: typeof vscode.debug = {
get activeDebugSession() {
@@ -756,6 +758,7 @@ export function createApiFactory(
languages,
scm,
comment,
comments,
tasks,
window,
workspace,