Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vscode-json-languageservice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.6.2
Choose a base ref
...
head repository: microsoft/vscode-json-languageservice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.3
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 2, 2025

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

Commits on Nov 3, 2025

  1. prepare 5.6.3 (#296)

    aeschli authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    de5e9b5 View commit details
    Browse the repository at this point in the history
  2. Escape plain text description hover correctly (#283)

    * Escape plain text description hover correctly
    
    * Trim and escape `<`
    
    * Update test
    
    * Add PR description example as a test case
    
    Removed `MarkedString.fromPlainText` as that escapes the input
    and is not what we want here
    (we use `toMarkdown` which isn't the same)
    
    ---------
    
    Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
    Legend-Master and aeschli authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    fb83547 View commit details
    Browse the repository at this point in the history
Loading