You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(LivingDocPromptBuilder): handle exceptions when getting context for PsiElement
The `LivingDocPromptBuilder` now properly handles exceptions when attempting to retrieve the context for a given `PsiElement`. Previously, uncaught exceptions were being ignored, which could lead to unexpected behavior or crashes. This commit ensures that any exceptions are caught and logged, allowing for more robust error handling and improved stability.
0 commit comments