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

Changes in the Lingua Franca Language Server to support improvements in the VSCode extension #2370

Merged
merged 18 commits into from
Aug 29, 2024

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    9bc30aa View commit details
    Browse the repository at this point in the history
  2. Set-up notification handler from server to client

    Vincenzo Barbuto authored and Vincenzo Barbuto committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    738e788 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Improved Tree View, Language Server side: hierarchical structure, go …

    …to file
    Vincenzo Barbuto authored and Vincenzo Barbuto committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b641db9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Return Target and Reactors position within the file to improve got-to…

    …-file and import-selected-reactor commands
    Vincenzo Barbuto authored and Vincenzo Barbuto committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fff6845 View commit details
    Browse the repository at this point in the history
  2. Commented the new classes

    Vincenzo Barbuto authored and Vincenzo Barbuto committed May 1, 2024
    Configuration menu
    Copy the full SHA
    98ad967 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d667141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c96a4b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1d0fc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 19, 2024

  1. Resolved warnings

    vinzbarbuto committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d70b1fe View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Tree class renamed to LibraryFileTree; TreeNode class renamed to Libr…

    …aryFileTreeNode; Fix formatting
    vinzbarbuto committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0bbab9d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Update LFLanguageServerExtension.java

    Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
    vinzbarbuto and edwardalee authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bd48f9d View commit details
    Browse the repository at this point in the history
  2. Update LFLanguageServerExtension.java

    Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
    vinzbarbuto and edwardalee authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    22a1b5b View commit details
    Browse the repository at this point in the history
  3. Update NodePosition.java

    Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
    vinzbarbuto and edwardalee authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    52c3578 View commit details
    Browse the repository at this point in the history
  4. Update LibraryFileTreeNode.java

    Co-authored-by: Edward A. Lee <eal@eecs.berkeley.edu>
    vinzbarbuto and edwardalee authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a367101 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    vinzbarbuto committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1d62d81 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Renamed LibraryFileTree.java to LibraryFile.java and `LibraryFile…

    …Node.java` to `ReactorNode.java` to better reflect their functionality; Improved documentation across the renamed files for clarity.
    vinzbarbuto committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a0c4e52 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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