Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground

This commit is contained in:
Daniel Imms
2019-05-23 12:08:42 -07:00
131 changed files with 3083 additions and 2252 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,
@@ -771,6 +774,7 @@ export function createApiFactory(
ColorInformation: extHostTypes.ColorInformation,
ColorPresentation: extHostTypes.ColorPresentation,
CommentThreadCollapsibleState: extHostTypes.CommentThreadCollapsibleState,
CommentMode: extHostTypes.CommentMode,
CompletionItem: extHostTypes.CompletionItem,
CompletionItemKind: extHostTypes.CompletionItemKind,
CompletionList: extHostTypes.CompletionList,