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
Improve test stability with ensureEditorServicesIsConnected (#3643)
This uses a newly added `ExternalApi` function `waitUntilStarted` that
ensures the LSP server (PowerShell session) is started after manually
activating the extension.
"UUID provided was invalid, make sure you ran the 'powershellExtensionClient.registerExternalExtension(extensionId)' method and pass in the UUID that it returns to subsequent methods.");
107
+
}
108
+
109
+
// TODO: When we have more than one API version, make sure to include a check here.
"UUID provided was invalid, make sure you ran the 'powershellExtensionClient.registerExternalExtension(extensionId)' method and pass in the UUID that it returns to subsequent methods.");
124
-
}
125
-
126
-
// TODO: When we have more than one API version, make sure to include a check here.
0 commit comments