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
The commitable_code_suggestions feature property is ignored for non github providers.
Looks like the gfm_markdown check in this if statement causes the statement to always be false thereby causing the code to enter the else case which publishes committable code suggestions.
There thus is no way to disable committable code suggestions which is problematic due to #1076
The text was updated successfully, but these errors were encountered:
I don't understand this issue. Can you offer (and implement) a viable alternative, given Bitbucket's major limitations ?
Bitbucket is the only git provider that does not provide basic support for graphical elements like collapsible (or in general gfm markdown)
All other git providers, a.k.a github,gitlab, azure .... do support that. It's the standart.
Hence, we cannot present results in a comment-like manner in Bitbucket since they will take a ridiculous amount of space.
So we must publish them as commitable suggestions, one-by-one.
I don't like this mode. Suggestions in a single comment are dramatically better in my opinion. But we cant do that in Bitbucket, since its an inferior provider, not maintained or improved in the last ~10years.
If you are paying money for Bitbucket, I suggest you contact them, and demand they will add support for gfm. its extremely basic. We are not the first to want this, another.
Without minimal graphical support, we have no alternative but to publish only as commitable_code_suggestions.
Its too much data for a single-comment, when collapsible are not supported
The commitable_code_suggestions feature property is ignored for non github providers.
Looks like the gfm_markdown check in this if statement causes the statement to always be false thereby causing the code to enter the else case which publishes committable code suggestions.
There thus is no way to disable committable code suggestions which is problematic due to #1076
The text was updated successfully, but these errors were encountered: