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: julia-vscode/LanguageServer.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.0
Choose a base ref
...
head repository: julia-vscode/LanguageServer.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.1
Choose a head ref
  • 19 commits
  • 12 files changed
  • 2 contributors

Commits on May 6, 2022

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

Commits on May 9, 2022

  1. Fixes

    pfitzseb committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a963d55 View commit details
    Browse the repository at this point in the history
  2. add assignment hints

    pfitzseb committed May 9, 2022
    Configuration menu
    Copy the full SHA
    8e3e093 View commit details
    Browse the repository at this point in the history
  3. add parameterHint setting

    pfitzseb committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c559fab View commit details
    Browse the repository at this point in the history
  4. Fix setting

    pfitzseb committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ca7837a View commit details
    Browse the repository at this point in the history
  5. tests

    pfitzseb committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c2cb902 View commit details
    Browse the repository at this point in the history
  6. better padding

    pfitzseb committed May 9, 2022
    Configuration menu
    Copy the full SHA
    10b9021 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    2b0c72c View commit details
    Browse the repository at this point in the history
  2. fix merge issues

    pfitzseb committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    59cfee7 View commit details
    Browse the repository at this point in the history
  3. better setting names

    pfitzseb committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7fb2791 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1077 from julia-vscode/sp/inlay-hints

    Initial InlayHint provider implementation
    pfitzseb authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c9c060e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    2fcbf49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a9093 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1266 from julia-vscode/sp/refactor-inlay-hint-logic

    chore: refactor inlay hint logic a bit
    pfitzseb authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6e89243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a35b95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1265 from julia-vscode/sp/editor-pid-monit

    feat: monitor editor pid for exit
    pfitzseb authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5c40c63 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Add better support for SPDX headers

    This commit does these things:
    
     * Add rudimentary detection of EUPL-* licenses
     * Add logging statements throughout the action to make it debuggable
       should some license not be properly detected
     * Fix a bug with SPDX header detection in existing files
    
    To expand on the last point - previously, the header detection
    didn't have multiline matching enabled on its regex, which meant
    that any file having any lines other than the SPDX header wasn't
    detected as actually having a header. That's a bit bad, since presumably
    there would be actual source code following that header.
    Seelengrab committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ccbb6ea View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #1268 from Seelengrab/spdx_licenses

    Add better support for SPDX headers
    pfitzseb authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    353a345 View commit details
    Browse the repository at this point in the history
  2. v4.5.1

    pfitzseb authored Feb 22, 2024
    2 Configuration menu
    Copy the full SHA
    bb453ae View commit details
    Browse the repository at this point in the history
Loading