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

Rename getReferenceDocument request to textDocumentContent #1639

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    5db1179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d5134 View commit details
    Browse the repository at this point in the history
  3. Add a todo note

    fwcd committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fd417c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    066c385 View commit details
    Browse the repository at this point in the history
  2. Declare textDocumentContent server capabilities

    This includes advertising our custom "sourcekit-lsp" scheme to the
    client.
    fwcd committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a7f9382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dc0213 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    fwcd committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6e07e52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af99d89 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Re-add check for textDocumentContent capability

    Once the request is upstreamed to LSP 3.18 we should relax this
    condition to support clients that don't declare it as an experimental
    capability (since it will become a standard LSP request).
    fwcd committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6ca4d95 View commit details
    Browse the repository at this point in the history
  2. Re-add documentation for textDocumentContent request

    Since we 'vendor' it as an LSP extension for now, we'll document it here
    until it is fully upstreamed to LSP 3.18.
    fwcd committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    88ca0c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9702a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd7669a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99836e0 View commit details
    Browse the repository at this point in the history