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

Proof of concept language client #83

Merged
merged 6 commits into from
Oct 6, 2023
Merged

Proof of concept language client #83

merged 6 commits into from
Oct 6, 2023

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    6928759 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    33c30aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca10e3 View commit details
    Browse the repository at this point in the history
  3. lsp-devtools: Proof of concept language client

    This adds a proof of concept language client built on textual's
    TextArea. The idea is to eventually be able to "play" with a server
    while inpersonating a particular client - all while being able to
    inspect the traffic sent to/from the server.
    
    The low-level stuff is technically done? The server starts, we can
    capture and display the traffic - even text sync appears to work!
    
    It's now "just" a case of implementing a UI and adding support for
    all the LSP methods!
    alcarney committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    260578f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bf9e18 View commit details
    Browse the repository at this point in the history
  5. lsp-devtools: Linting fixes

    alcarney committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5c49527 View commit details
    Browse the repository at this point in the history