Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-utils

Package Overview
Dependencies
Maintainers
10
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/vscode-azext-utils - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

6

index.d.ts

@@ -45,2 +45,8 @@ /*---------------------------------------------------------------------------------------------

/**
* Refreshes only the tree UI so `refreshImpl` is not called and setCache is not set to true
* @param treeItem The treeItem to refresh or 'undefined' to refresh the whole tree
*/
public refreshUIOnly(treeItem: AzExtTreeItem | undefined): void
/**
* Loads more children for a specific tree item

@@ -47,0 +53,0 @@ * @param treeItem the load more tree item

6

out/src/tree/AzExtTreeDataProvider.js

@@ -132,6 +132,4 @@ "use strict";

}
refreshUIOnly(_treeItem) {
// Pass undefined as temporary workaround for https://github.com/microsoft/vscode/issues/71698
this._onDidChangeTreeDataEmitter.fire(undefined);
// this._onDidChangeTreeDataEmitter.fire(treeItem === this._rootTreeItem ? undefined : treeItem);
refreshUIOnly(treeItem) {
this._onDidChangeTreeDataEmitter.fire(treeItem === this._rootTreeItem ? undefined : treeItem);
}

@@ -138,0 +136,0 @@ loadMore(treeItem, context) {

{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "0.2.3",
"version": "0.2.4",
"description": "Common UI tools for developing Azure extensions for VS Code",

@@ -6,0 +6,0 @@ "tags": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc