Skip to content
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

Integrate support for lsp-types 0.94.0 #375

Merged
merged 6 commits into from
Feb 28, 2023
Merged

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    228c262 View commit details
    Browse the repository at this point in the history
  2. Add most missing LSP 3.17.0 methods to LanguageServer trait

    This commit adds support for the following 3.17.0 requests:
    
    * `workspaceSymbol/resolve`
    * `textDocument/prepareTypeHierarchy`
    * `typeHierarchy/supertypes`
    * `typeHierarchy/subtypes`
    * `textDocument/inlineValue`
    * `textDocument/inlayHint`
    * `inlayHint/resolve`
    ebkalderon committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d7ba9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4e9a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19b417a View commit details
    Browse the repository at this point in the history
  5. Add most missing LSP 3.17.0 methods to Client struct

    This commit adds support for the following 3.17.0 requests:
    
    * `window/showDocument` (actually from 3.16.0, just missed)
    * `workspace/inlineValue/refresh`
    * `workspace/inlayHint/refresh`
    ebkalderon committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7696cb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df55c60 View commit details
    Browse the repository at this point in the history