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
- Add canReply to the CommentThread API
- Show or Hide the Comment Reply widget based on the
CommentThread.canReply value
fixeseclipse-theia#10002
Contributed on behalf of STMicroelectronics
Signed-off-by: Camille Letavernier <[email protected]>
- Add canReply to the CommentThread API
- Show or Hide the Comment Reply widget based on the
CommentThread.canReply value
fixes#10002
Contributed on behalf of STMicroelectronics
Signed-off-by: Camille Letavernier <[email protected]>
Feature Description:
Add the
canReply
field toCommentThriead
. In addition to adding the field, we should not show the "reply" area incomment-thread-widget.tsx
.The text was updated successfully, but these errors were encountered: