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

[pull] master from volarjs:master #66

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

[pull] master from volarjs:master #66

wants to merge 449 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    00eee8f View commit details
    Browse the repository at this point in the history
  2. fix(test-utils): use stdio transport for test server (#175)

    * fix(test-utils): use stdio transport for test server
    
    Using the IPC transport, breaks code coverage. This is related to
    bcoe/c8#189.
    
    * fix(test-utils): handle window/logMessage notifications
    
    When using the `stdio` transport, console logging is redirected to
    `window/logMessage` output.
    remcohaszing committed May 9, 2024
    Configuration menu
    Copy the full SHA
    49a977d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c43b2e1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. chore: changelog

    johnsoncodehk committed May 10, 2024
    Configuration menu
    Copy the full SHA
    18143b8 View commit details
    Browse the repository at this point in the history
  2. v2.2.2

    johnsoncodehk committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8aa41e4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    e5af37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9b479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ced8fa View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    acda7b6 View commit details
    Browse the repository at this point in the history
  2. fix(language-service): transforming volar embedded URIs in markdown (#…

    …180)
    
    Since we use `volar-embedded-content:` URIs, these need to be properly
    processed when they appear in markdown content. For example
    `markdown-language-service` does this. They use the syntax
    `some-url|width=300`. To support this, the URL is split on the `|`
    character before processing and joined afterwards.
    remcohaszing committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e9471b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1d117 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    72e8eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6367893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ad313 View commit details
    Browse the repository at this point in the history
  4. chore: changelog

    johnsoncodehk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    370f341 View commit details
    Browse the repository at this point in the history
  5. v2.2.3

    johnsoncodehk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    189ea5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2d7405 View commit details
    Browse the repository at this point in the history
  7. chore: changelog

    johnsoncodehk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c8595be View commit details
    Browse the repository at this point in the history
  8. v2.2.4

    johnsoncodehk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    71a58c8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. feat(source-map): add API to support generated code with different le…

    …ngth than original code (#183)
    piotrtomiak committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cc05562 View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    johnsoncodehk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cc48fe9 View commit details
    Browse the repository at this point in the history
  3. v2.2.5

    johnsoncodehk committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ee4aaa9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    89a368e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4785a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caab3cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bfae88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13fa760 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd6014b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea228d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba29d2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3546ff1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f80cc38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07c6b8d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    27195bf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    33668e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc99733 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e94499b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dc32f0 View commit details
    Browse the repository at this point in the history
  5. v2.3.0-alpha.0

    johnsoncodehk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f17c19f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    82198ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67d643 View commit details
    Browse the repository at this point in the history
  3. v2.3.0-alpha.1

    johnsoncodehk committed May 30, 2024
    Configuration menu
    Copy the full SHA
    173be13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f09feef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e19809 View commit details
    Browse the repository at this point in the history
  6. v2.3.0-alpha.2

    johnsoncodehk committed May 30, 2024
    Configuration menu
    Copy the full SHA
    25e5661 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    3d6eedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c9281 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bdfd34 View commit details
    Browse the repository at this point in the history
  4. v2.3.0-alpha.3

    johnsoncodehk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d322a12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0617d0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2ca6e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3231202 View commit details
    Browse the repository at this point in the history
  8. v2.3.0-alpha.4

    johnsoncodehk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8ab3ce0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    d2acd7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa68b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d7fde7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3847bef View commit details
    Browse the repository at this point in the history
  5. lint: update tsslint

    johnsoncodehk committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    ff36033 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8200398 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    c4b297b View commit details
    Browse the repository at this point in the history
  2. v2.3.0-alpha.5

    johnsoncodehk committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c3f6867 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cfe26e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45fe05f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3196f53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f799d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3339dd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    76f0d1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    966b654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afd4642 View commit details
    Browse the repository at this point in the history
  4. v2.3.0-alpha.6

    johnsoncodehk committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f3103e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc6a437 View commit details
    Browse the repository at this point in the history
  6. v2.3.0-alpha.7

    johnsoncodehk committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3cc2a62 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 7, 2024

  1. feat(language-core): complete support for multi-source mapping in plu…

    …gin mode (#197)
    
    Co-Authored-By: Piotr Tomiak <piotr.tomiak@gmail.com>
    johnsoncodehk and piotrtomiak committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    511b4c1 View commit details
    Browse the repository at this point in the history
  2. v2.3.0-alpha.12

    johnsoncodehk committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6000309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef1084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef268be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c0690e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    788d7be View commit details
    Browse the repository at this point in the history
  7. v2.3.0-alpha.13

    johnsoncodehk committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4effe46 View commit details
    Browse the repository at this point in the history
  8. fix(monaco): fix Monaco selection ranges conversion (#198)

    LSP represents an ancestry of selection ranges using the `parent`
    property. Monaco editor represents this using an array of selection
    ranges. This is why one LSP selection range represents an array of
    Monaco editor selection ranges. It’s not needed to call
    `getSelectionRanges` multiple times.
    remcohaszing committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    35478d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    367466c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. v2.3.0-alpha.14

    johnsoncodehk committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    9a81792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f300e View commit details
    Browse the repository at this point in the history
  3. v2.3.0-alpha.15

    johnsoncodehk committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    25ab3f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ababfe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ac480c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd3bd76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8a2b3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dc5d64 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. chore: changelog

    johnsoncodehk committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f2cc1c5 View commit details
    Browse the repository at this point in the history
  2. v2.3.0

    johnsoncodehk committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    4f64886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a597651 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. chore: update sponsors

    johnsoncodehk committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a6c8165 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    4bec39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cb8db9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

  1. refactor(source-map): partial application #206

    Co-Authored-By: Piotr Tomiak <piotr.tomiak@gmail.com>
    johnsoncodehk and piotrtomiak committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8423f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b0ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aece48 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore: update to TS 5.5

    johnsoncodehk committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fc777eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027c599 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    069b805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba0709a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae7f2e0 View commit details
    Browse the repository at this point in the history
  6. refactor(source-map): partial application #206

    Co-Authored-By: Piotr Tomiak <piotr.tomiak@gmail.com>
    johnsoncodehk and piotrtomiak committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c44b112 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54218ef View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    a00edb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9191e5 View commit details
    Browse the repository at this point in the history
  3. chore: changelog

    johnsoncodehk committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    48adcf7 View commit details
    Browse the repository at this point in the history
  4. v2.3.1

    johnsoncodehk committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    5174231 View commit details
    Browse the repository at this point in the history
  5. chore(labs): fix types

    johnsoncodehk committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    40880e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d99bb00 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    11f5806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6e2bf View commit details
    Browse the repository at this point in the history
  3. fix(language-service): don't format parent virtual code if formatting…

    … range inside embedded code
    johnsoncodehk committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f9b3b27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26cf413 View commit details
    Browse the repository at this point in the history
  5. chore: changelog

    johnsoncodehk committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    ebbdc9b View commit details
    Browse the repository at this point in the history
  6. v2.3.2

    johnsoncodehk committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    d07e7d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    aa8ccd4 View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    johnsoncodehk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    74c1d5c View commit details
    Browse the repository at this point in the history
  3. v2.3.3

    johnsoncodehk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    08802f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a598b76 View commit details
    Browse the repository at this point in the history
  5. chore: changelog

    johnsoncodehk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    de8367c View commit details
    Browse the repository at this point in the history
  6. v2.3.4

    johnsoncodehk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e4f7544 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc6e926 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    b3255de View commit details
    Browse the repository at this point in the history
  2. refactor(language-server): respect server capabilities when register …

    …language features handlers (#212)
    johnsoncodehk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    788e18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    336ca38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f90b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca96d73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80f5318 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9e9612 View commit details
    Browse the repository at this point in the history
  8. v2.4.0-alpha.0

    johnsoncodehk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    007fc74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ca66852 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. chore: typo

    johnsoncodehk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    40445aa View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    45b6625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18b92a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1ff15a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21b7a58 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    575c347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c935724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    097f0f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bce47ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c2008c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad6472e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c12c40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76a0c6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a0a7e7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb3140d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    241f667 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbe2f4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d2086a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57d2079 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    77e3db5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fca81f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ada673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d72f45 View commit details
    Browse the repository at this point in the history
  5. v2.4.0-alpha.11

    johnsoncodehk committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    81ae7db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b6affb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe73f6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c56144c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b53b7f View commit details
    Browse the repository at this point in the history
  10. v2.4.0-alpha.12

    johnsoncodehk committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9418f0c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    30afde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401a7b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120c0fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e089f24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9278c88 View commit details
    Browse the repository at this point in the history
  6. v2.4.0-alpha.13

    johnsoncodehk committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5f6d5d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    aa57dfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949f5f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6171b8e View commit details
    Browse the repository at this point in the history
  4. v2.4.0-alpha.14

    johnsoncodehk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    fc61afb View commit details
    Browse the repository at this point in the history
  5. fix(language-server): use Program.getSourceFile instead of `askedFi…

    …les` to more accurately determine indirect reference files
    johnsoncodehk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3798f27 View commit details
    Browse the repository at this point in the history
  6. v2.4.0-alpha.15

    johnsoncodehk committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    01867e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 9, 2024

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

Commits on Jul 10, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    2500cee View commit details
    Browse the repository at this point in the history
  2. v2.4.0-alpha.16

    johnsoncodehk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ad1f693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a975ea View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. chore(monaco): update to monaco-languageserver-types 0.4 (#225)

    The most important change for Volar, is dhat the default diagnostic
    severity is now error.
    
    See https://github.com/remcohaszing/monaco-languageserver-types/releases/tag/v0.4.0
    remcohaszing committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8b5f1ca View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    75dac2d View commit details
    Browse the repository at this point in the history
  2. v2.4.0-alpha.17

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    669ce2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec54c6d View commit details
    Browse the repository at this point in the history
  3. v2.4.0-alpha.18

    johnsoncodehk committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ea2e22c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. ci: add pkg.pr.new

    johnsoncodehk committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1bdef77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a17cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed93382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f93034 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    682605b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef4bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7d91e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    8af381d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b744169 View commit details
    Browse the repository at this point in the history
  3. v2.4.0-alpha.19

    johnsoncodehk committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    cbb14a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d3e1bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    715c0df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c701d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f473552 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e006e78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c807bf1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    947363d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d14fb11 View commit details
    Browse the repository at this point in the history
  12. v2.4.0

    johnsoncodehk committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7e98885 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    5b319c8 View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    johnsoncodehk committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    925732e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    337182c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a60fd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix(typescript): ensure unopened files are synced to project

    close vuejs/language-tools#4711, close vuejs/language-tools#4632
    
    Co-Authored-By: David Matter <2319523+davidmatter@users.noreply.github.com>
    johnsoncodehk and davidmatter committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    59f8c03 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    33aff6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023469b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    0797a0d View commit details
    Browse the repository at this point in the history
  2. fix(language-service): don't send data to client if LanguageServicePl…

    …ugin do not support resolve (#233)
    johnsoncodehk committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7e8bc50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3215b59 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix(typescript): runTsc does not recognize service script with `pre…

    …ventLeadingOffset` enabled
    johnsoncodehk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    26a4442 View commit details
    Browse the repository at this point in the history
  2. feat(language-server): support files that do not exist in FS but are …

    …open in the editor for TS project (#235)
    johnsoncodehk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0e1be44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff042b8 View commit details
    Browse the repository at this point in the history
  4. chore: changelog

    johnsoncodehk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5985e6a View commit details
    Browse the repository at this point in the history
  5. v2.4.1

    johnsoncodehk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b920b6c View commit details
    Browse the repository at this point in the history
  6. chore: typo

    johnsoncodehk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5d328de View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e53022a View commit details
    Browse the repository at this point in the history
  2. fix(typescript): fix inlay hints mapping for large chunks of source c…

    …ode mapped verbatim to generated code. (#236)
    piotrtomiak committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2fcb374 View commit details
    Browse the repository at this point in the history
  3. chore: changelog

    johnsoncodehk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    332e788 View commit details
    Browse the repository at this point in the history
  4. v2.4.2

    johnsoncodehk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f384d55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2254579 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2787b79 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    44197ff View commit details
    Browse the repository at this point in the history
  2. chore: un-pin inquirer

    johnsoncodehk committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    51a5339 View commit details
    Browse the repository at this point in the history
  3. chore: changelog

    johnsoncodehk committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a016f56 View commit details
    Browse the repository at this point in the history
  4. v2.4.3

    johnsoncodehk committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    74d897f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    defadbc View commit details
    Browse the repository at this point in the history
  6. chore: changelog

    johnsoncodehk committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0795f5a View commit details
    Browse the repository at this point in the history
  7. v2.4.4

    johnsoncodehk committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ea92d55 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    c8e6be1 View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    johnsoncodehk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    6e5dbb9 View commit details
    Browse the repository at this point in the history
  3. v2.4.5

    johnsoncodehk committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    eb9864d View commit details
    Browse the repository at this point in the history