Skip to content

Commit ef1dadc

Browse files
author
Nathan Turinski
committed
Merge branch 'nat/debuggerView' of https://github.com/microsoft/vscode-azurefunctions into nat/debuggerView
2 parents 2ebe523 + 55a50cf commit ef1dadc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tree/localProject/LocalProjectTreeItem.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export class LocalProjectTreeItem extends LocalProjectTreeItemBase implements Di
5959
this._disposables.push(createRefreshFileWatcher(this, path.join(this.effectiveProjectPath, localSettingsFileName)));
6060

6161
this._disposables.push(onFuncTaskStarted(async event => this.onFuncTaskChanged(event)));
62+
// onDotnetFuncTaskReady currently emits a TaskScope directly (for back-compat),
63+
// so adapt it to the event-object shape expected by onFuncTaskChanged.
6264
this._disposables.push(onDotnetFuncTaskReady(async scope => this.onFuncTaskChanged({ scope })));
6365

6466
this._localFunctionsTreeItem = new LocalFunctionsTreeItem(this);

0 commit comments

Comments
 (0)