Исправление незаполненности плейсхолдеров для кеша #3825
Conversation
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughAdded two Spring Boot application properties in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/main/java/com/github/_1c_syntax/bsl/languageserver/BSLLSBinding.java`:
- Around line 90-91: The app.cache.fullPath property in BSLLSBinding is
currently set to "${user.home}", which causes CachePathProvider.getCachePath()
to treat it as a complete override and place the cache in the user home
directory; change the configuration so fullPath is either empty (to fall back to
basePath logic that builds .bsl-language-server/cache/<hash>/) or set fullPath
to a proper subdirectory (for example "${user.home}/.bsl-language-server/cache"
or a temp-pattern like "${java.io.tmpdir}/bsl-ls-cache-${random.uuid}") so
CachePathProvider.getCachePath() will not write the cache directly into the home
root.
src/main/java/com/github/_1c_syntax/bsl/languageserver/BSLLSBinding.java
Outdated
Show resolved
Hide resolved
3d22f8b to
1c22d92
Compare
1c22d92 to
2f6e249
Compare
|



Описание
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit)Для диагностик
Дополнительно
Summary by CodeRabbit