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

Language server #346

Closed
wants to merge 39 commits into from
Closed

Language server #346

wants to merge 39 commits into from

Commits on Dec 12, 2023

  1. Language Server

    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5fd92be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db0bad6 View commit details
    Browse the repository at this point in the history
  3. update logo colors

    daanx authored and TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    a0c0d23 View commit details
    Browse the repository at this point in the history
  4. fix normalization of paths using realPath to get correct capitalizati…

    …on on windows, and using normalize in a few more places
    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    80a2d30 View commit details
    Browse the repository at this point in the history
  5. fix long paths on hover

    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    489843e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6a0d8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51c53ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59f4bc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c549db3 View commit details
    Browse the repository at this point in the history
  10. update comment

    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fc0f566 View commit details
    Browse the repository at this point in the history
  11. remove additional trace

    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0b8e81a View commit details
    Browse the repository at this point in the history
  12. a bit more strict

    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    957e39c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e151de2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3707e24 View commit details
    Browse the repository at this point in the history
  15. fix buffering

    TimWhiting committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    29129fc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    d4bb2f3 View commit details
    Browse the repository at this point in the history
  2. update test function regex

    TimWhiting committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5b8e40f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Create a separate main function that doesn't include language server.…

    … Also add a ton of comments
    TimWhiting committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5c16595 View commit details
    Browse the repository at this point in the history
  2. fix error union

    TimWhiting committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dba7b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eb0c86 View commit details
    Browse the repository at this point in the history
  4. add folding handler

    TimWhiting committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b776bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    935288b View commit details
    Browse the repository at this point in the history
  6. fix diagnostic issue

    TimWhiting committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6a4e02e View commit details
    Browse the repository at this point in the history
  7. update diagnostics

    TimWhiting committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    eba708f View commit details
    Browse the repository at this point in the history
  8. rearrange dependencies

    TimWhiting committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d20336b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. add config option on debug

    TimWhiting committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8fc7229 View commit details
    Browse the repository at this point in the history
  2. fix path

    TimWhiting committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    64021fd View commit details
    Browse the repository at this point in the history
  3. fix exit result

    TimWhiting committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    436ded8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d506af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f742c3 View commit details
    Browse the repository at this point in the history
  6. add readmes

    daanx committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    dbd9146 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a80bc58 View commit details
    Browse the repository at this point in the history
  8. update extension

    TimWhiting committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    354968a View commit details
    Browse the repository at this point in the history
  9. update readme

    TimWhiting committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    96cdcdc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c607f91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77a7aa8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13b4b8d View commit details
    Browse the repository at this point in the history
  13. fix custom sdk path

    TimWhiting committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    04c2fba View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d4a27cd View commit details
    Browse the repository at this point in the history