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: crisidev/bacon-ls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.21.0
Choose a base ref
...
head repository: crisidev/bacon-ls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.22.0
Choose a head ref
  • 18 commits
  • 9 files changed
  • 6 contributors

Commits on Apr 28, 2025

  1. improved heuristic to find project root

    We're now trying to look at a few directories, instead of just the git
    root.
    
    Fixes #49
    Leandros committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    027406f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from Leandros/dev

    improved heuristic to find project root
    Leandros authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    9d07e13 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Configuration menu
    Copy the full SHA
    778a554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2247e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. feat: allow configuring bacon command path

    A new configuration option, `runBaconInBackgroundCommand`, which allows users to specify the path to the command used to run `bacon` in the background.
    Previously, the path was hardcoded.  This change enhances flexibility and allows users to specify alternative `bacon` installations or custom commands.
    Milly committed May 16, 2025
    Configuration menu
    Copy the full SHA
    aea5135 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Merge pull request #63 from Milly/bacon-command-path

    feat: allow configuring bacon command path
    crisidev authored May 19, 2025
    Configuration menu
    Copy the full SHA
    ce1af15 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

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

Commits on Jul 1, 2025

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

Commits on Jul 9, 2025

  1. fix: reformat bacon preferences

    Make the embedded toml lines shorter, both to fit better in the readme and to make the code more readable.
    
    Signed-off-by: Jade ☕ <jade.topaz@proton.me>
    jade-tea-h authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    d5852b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from jade-tea-h/reformat-bacon-preferences

    fix: reformat bacon preferences
    crisidev authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    6160fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    59b44ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b4b13 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    a1d461e View commit details
    Browse the repository at this point in the history
  2. update package.json

    Leandros committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    496fa2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from Leandros/patch-1

    fix missing diagnostics if urls mismatch
    Leandros authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    9c47c7c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Release 0.22.0

    crisidev committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    a982bd7 View commit details
    Browse the repository at this point in the history
Loading