Fix possible future problem with language server initialization check #13955
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
Changes which was applied with PR #13851 may lead to possible problems in the future. For example, if language server has not been initialized the
await ide.waitStatusBarTextAbsence('Starting Java Language Server', 360000);
will be passed and the test will be failed in another place.Describe the solution you'd like
We should add check that language server initialization has been started and after that, the test which checks language server initialization will have a valid result.
The text was updated successfully, but these errors were encountered: