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
This adds two new methods to assist with testing the test extension in
our e2e tests, namely these two methods:
- isTestExtensionLoaded
- reloadUntilTestExtensionIsLoaded
Sometimes code-server loads without loading the test extension. These
methods allow us to reload and guarantee it's loaded.
0 commit comments