You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
The extension does not get activated when the Truffle activity bar is visible but the Networks view is collapsed. This gives the impression that there is not a Truffle workspace open in the Contract Explorer. See example below.
Steps to reproduce
Make sure all views under the Truffle activity bar are collapsed
Open a Truffle workspace
Switch to the Truffle activity bar
Opening any view but Networks view does not activate the extension
Expected behavior
The extension should be activated whenever the Truffle activity bar is visible, regardless of the Networks view is collapsed or not.
The text was updated successfully, but these errors were encountered:
Previously, if an extension declared that it contributed a command mycommand in its package.json file, it also needed to list the corresponding onCommand:mycommand activation event in the activationEvents field of package.json for the command to successfully execute. This was tedious and error-prone and could lead to large package.json files.
VS Code will now automatically populate activation events for the following extension contribution points:
As mentioned in the article above, this works for views too, so there is no need to explicit declare the activationEvents:onView.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The extension does not get activated when the Truffle activity bar is visible but the Networks view is collapsed. This gives the impression that there is not a Truffle workspace open in the Contract Explorer. See example below.
Steps to reproduce
Expected behavior
The extension should be activated whenever the Truffle activity bar is visible, regardless of the Networks view is collapsed or not.
The text was updated successfully, but these errors were encountered: