onDidGrantWorkspaceTrust property

Event<void> get onDidGrantWorkspaceTrust

Event that fires when the current workspace has been trusted.

Implementation

_i3.Event<void> get onDidGrantWorkspaceTrust => _i4.getProperty(
      this,
      'onDidGrantWorkspaceTrust',
    );