github sourcebot-dev/sourcebot v2.6.1

2 days ago

Added

  • Added config option settings.maxFileSize to control the maximum file size zoekt will index by @brendan-kellam. (#118)

E.g.,:

{
    "$schema": "./schemas/v2/index.json",
    "settings": {
        "maxFileSize": 4194304 // Set size to 4MB (default 2MB)
    }
    // ...
}

Fixed

Full Changelog: v2.6.0...v2.6.1

Don't miss a new sourcebot release

NewReleases is sending notifications on new releases.