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
At the moment, the plugin uses the activation onStartupFinished. That is likely too broad, and either onCommand or onView activation should be preferred, unless there is specific functionality that must be present even before the user takes trace-related actions.
The text was updated successfully, but these errors were encountered:
I think activation onView:traceExplorer.openedTracesView would be sufficient at the moment. Nothing is required before.
VsCode will take care of activating the extension so that other extensions can use the external API of the vscode-trace-extension. For that the other extension just has to make sure that it has it listed as extensionDependencies in the package.json. Otherwise it would fail.
At the moment, the plugin uses the activation
onStartupFinished
. That is likely too broad, and eitheronCommand
oronView
activation should be preferred, unless there is specific functionality that must be present even before the user takes trace-related actions.The text was updated successfully, but these errors were encountered: