Why aren't we able to resolve comments using the VS Code integration of Bitbucket PRs? We are able to create issues and make comments, but not resolve after updating our code or deciding to ignore?
This is an interesting piece of feedback that we hadn't considered when building that feature. I went ahead and filed this as a feature request if you would like to watch it: https://jira.atlassian.com/browse/BCLOUD-23664
That said, if you really want this feature everything is available for you to build it yourself. The codebase for the VS Code extension is open sourced here: https://github.com/atlassian/atlascode/tree/main and we have a public API endpoint for resolving comments here: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pullrequests/#api-repositories-workspace-repo-slug-pullrequests-pull-request-id-comments-comment-id-resolve-post. So I think that from a technical perspective there is nothing getting in the way of a community member forking the repo, creating a pull request, and adding that functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.