What's Changed
- Added maxTrigramCount to the config to control the maximum allowable trigrams per document.
{
"$schema": "./schemas/v2/index.json",
"repos": [
{
"type": "github",
"repos": [
"sourcebot-dev/sourcebot"
]
}
],
"settings": {
"maxTrigramCount": 100000
}
}
- Fixed issue with version upgrade toast not appearing without a hard refresh. (#179)
Full Changelog: v2.8.0...v2.8.1