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
The Visual Studio Code plugin does not work. Here is the error output of the language server:
flag provided but not defined: -stdio
Usage of protobuf-language-server:
-listen string
address on which to listen for remote connections
-logs string
logs file path (default "C:\\Users\\itsame/.protobuf-language-server.log")
[Error - 4:28:46 PM] Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097
[Info - 4:28:46 PM] Connection to server got closed. Server will restart.
true
[Error - 4:28:46 PM] protobuf-language-server client: couldn't create connection to server.
Message: Pending response rejected since connection got disposed
Code: -32097
Apparently the server gets started with incompatible arguments.
I downloaded and installed everything fresh from Github (274197a) after the downloadable plugin from the registry did not work, but the effect is the same.
The text was updated successfully, but these errors were encountered:
Apparently vscode sends -stdio argument to language servers. It wasn’t an issue previously because main() wasn’t calling flag.Parse() before i refactored it.
The Visual Studio Code plugin does not work. Here is the error output of the language server:
Apparently the server gets started with incompatible arguments.
I downloaded and installed everything fresh from Github (274197a) after the downloadable plugin from the registry did not work, but the effect is the same.
The text was updated successfully, but these errors were encountered: