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

Merge master into v1 #1177

Merged
merged 21 commits into from
May 13, 2024
Merged

Merge master into v1 #1177

merged 21 commits into from
May 13, 2024

Commits on Mar 19, 2024

  1. Add plugin hook for documentSymbol (#1116)

    * Add plugin hook for documentSymbol
    
    * Better handling of null/missing name tokens
    
    * fix lint issues
    TwitchBronBron committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a3c2ecd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Plugin hook provide workspace symbol (#1118)

    * Move symbol creation to symbolUtils
    
    * Fix workspaceSymbol handling
    
    * Fix tests
    
    * Fix lint issues
    TwitchBronBron committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8fef307 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Improve workspace/document symbol handling (#1120)

    * Move symbol creation to symbolUtils
    
    * Fix workspaceSymbol handling
    
    * Fix tests
    
    * Fix lint issues
    
    * Mostly fixed tests
    
    * Fix workspace symbols missing containerName
    TwitchBronBron committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    99e7601 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

    TwitchBronBron committed Mar 27, 2024
    1 Configuration menu
    Copy the full SHA
    70c44ca View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Upgrade to @rokucommunity/logger (#1137)

    * Upgrade to @rokucommunity/logger
    
    * Add original logger class back
    
    * @rokucommunity/logger v0.3.4
    TwitchBronBron committed Apr 17, 2024
    1 Configuration menu
    Copy the full SHA
    483a154 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. 1 Configuration menu
    Copy the full SHA
    023ab96 View commit details
    Browse the repository at this point in the history
  2. Bump tar from 6.1.13 to 6.2.1 in /benchmarks (#1131)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.13...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bronley Plumb <bronley@gmail.com>
    dependabot[bot] and TwitchBronBron committed May 3, 2024
    1 Configuration menu
    Copy the full SHA
    b44dabb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. fix: resolve the stagingDir option relative to the bsconfig.json file (

    …#1148)
    
    * fix: resolve the stagingDir option relative to the bsconfig.json file
    
    * chore: add unit test
    
    * Fix windows paths
    
    ---------
    
    Co-authored-by: Bart van den Ende <bart.van.den.ende@wbd.com>
    Co-authored-by: Bronley Plumb <bronley@gmail.com>
    3 people committed May 7, 2024
    1 Configuration menu
    Copy the full SHA
    4bd4a5f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

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

    TwitchBronBron committed May 10, 2024
    1 Configuration menu
    Copy the full SHA
    d785e86 View commit details
    Browse the repository at this point in the history
  3. Fix crash when diagnostic is missing range (#1174)

    * Fix crash when diagnostic is missing range
    
    * improve unit test
    TwitchBronBron committed May 10, 2024
    1 Configuration menu
    Copy the full SHA
    2d77dc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee9f8cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5b3e03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5d04e5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Removed TypeChainEntry.kind (#1178)

    * fixed some tests as well
    
    * remove commented out code
    markwpearce committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cdc1416 View commit details
    Browse the repository at this point in the history
  2. Fixed last tests

    markwpearce committed May 13, 2024
    Configuration menu
    Copy the full SHA
    220c31a View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    markwpearce committed May 13, 2024
    Configuration menu
    Copy the full SHA
    348ce3e View commit details
    Browse the repository at this point in the history