-
Notifications
You must be signed in to change notification settings - Fork 3
Provide full type definitions #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'd like to do this. It would take some engineering work on our end.
Workspace configuration would be a step beyond basic protocol types. Informally you can often look at what VS Code does, either by poking around in its settings UI or diving into its source. For example, here are the types that our For In fact, I might yank those 3 lines of JSON from the README because I think they're more misleading than helpful.
The type here would be |
Thanks for the detailed reply! I will check out the VS Code references soon. I really love this SDK! Regarding status messages, I have also noticed that the server is emitting undocumented |
This is not part of the API, and will be cleaned up eventually. |
E.g., I'd like to know what telemetry levels there are or what possible messages are sent via didChangeStatus`.
An exhaustive overview such as type definition file would help me catch all the cases without too much experimenting.
The text was updated successfully, but these errors were encountered: