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
When the server fails to start, the notification Initializing Kai: Sending 'initialize' request to RPC Server continues to indicate that the server is initializing. However, the output console correctly logs that the server failed to start due to a ModuleNotFoundError or other issues.
Steps to Reproduce:
Attempt to start the server.
Observe the notification state and the output console.
Expected Behavior:
The notification should reflect the server failure immediately upon detecting the error.
Actual Behavior:
The notification misleadingly shows that the server is still initializing, even though the console logs the failure.
Description:
When the server fails to start, the notification
Initializing Kai: Sending 'initialize' request to RPC Server
continues to indicate that the server is initializing. However, the output console correctly logs that the server failed to start due to a ModuleNotFoundError or other issues.Steps to Reproduce:
Expected Behavior:
The notification should reflect the server failure immediately upon detecting the error.
Actual Behavior:
The notification misleadingly shows that the server is still initializing, even though the console logs the failure.
Environment:
OS: Windows
Plugin Version: 0.0.4
Additional Info:
this behavior is noticed when the startup failed due to this bug: [BUG] Binaries Generated in the Release Do Not Work on Windows
The text was updated successfully, but these errors were encountered: