Skip to content

Commit

Permalink
Bump + misc
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Oct 16, 2023
1 parent 6d85462 commit aad1063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "2.1.1",
"version": "2.1.2",
"description": "Common UI tools for developing Azure extensions for VS Code",
"tags": [
"azure",
Expand Down
1 change: 1 addition & 0 deletions utils/src/activityLog/activities/ExecuteActivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class ExecuteActivity<TContext extends types.ExecuteActivityContext = typ
return {
label: this.label,
getChildren: activityResult || this.context.activityChildren ? ((parent: AzExtParentTreeItem) => {

if (this.context.activityChildren) {
parent.compareChildrenImpl = () => 0; // Don't sort
return this.context.activityChildren;
Expand Down

0 comments on commit aad1063

Please sign in to comment.