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
Our VS Code Development Workshop, essentially based on IBM Z Open Editor, is becoming richer and richer by adding extensions from the marketplace or that we develop ourselves.
We are seeing increasingly long startup times and delays before being able to work with our Development Workshop...
We have analyzed the activation events associated with each VS Code extension.
The IBM Z Open Editor extension uses the * event (just like Zowe Explorer which is a prerequisite), so it is activated as soon as VS Code starts:
is this a requirement?
could the onStartupFinished event be sufficient?
or onLanguage events for the different supported languages?
We can also add onStartupFinished, but it might even be that Z Open Editor is only activated once these have fired as we have a dependency, but I am not sure. I might be that our * activation triggers an early activation of Zowe Explorer. We will investigate.
Description of the enhancement requested
Our VS Code Development Workshop, essentially based on IBM Z Open Editor, is becoming richer and richer by adding extensions from the marketplace or that we develop ourselves.
We are seeing increasingly long startup times and delays before being able to work with our Development Workshop...
We have analyzed the activation events associated with each VS Code extension.
The IBM Z Open Editor extension uses the
*
event (just like Zowe Explorer which is a prerequisite), so it is activated as soon as VS Code starts:onStartupFinished
event be sufficient?onLanguage
events for the different supported languages?Thanks.
The text was updated successfully, but these errors were encountered: