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

Update Typescript Language Server to 4.4.3 #7732

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2024

  1. Update Typescript Language Server to 4.4.3

    - Update typescript to 5.5.4 (implies minimal node version 10)
    - Update typescript-language-server to 5.5.4
    - Add PublishDiagnosticsCapabilities to declared capabilities
    - Added handling of SematicHighlighting for tokenTypeId -1: Assume this means "only consider modifier"
    - Document update procedure
    - Add @todo for handling mapping mimetype -> languageId
    matthiasblaesing committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    28e53da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05a4b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75e26fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f20b1a9 View commit details
    Browse the repository at this point in the history
  5. LSP Client: Improve handling of DiagnosticFixList (don't call diagnos…

    …tic beyond document, reduce log level)
    
     - Log errors in DiagnosticFixList#getFixes by using LOG#log with level
       INFO, instead of Exceptions#printStackTrace which logs on level
       SEVERE. This reduces the level so much, that is not raised as a user
       visible (exception error marker in status line) message anymore.
    
     - it could happen, that the fixlist for a position outside the
       document range is queried, when characters at the end of a document
       were deleted. This is no prevented.
    matthiasblaesing committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    110c7db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84d0977 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

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