fix: label notes dissapear after submitting a comment
requested to merge KevSlashNull/gitlab-vscode-extension:274-Fix-label-notes-disappear-after-commenting into main
This MR fixes a bug where the label system notes disappear after the user submitted a comment via the webview.
It also creates a method fetchIssuableNotes
on the gitlab_service.ts
to reduce code reuse and make it easier to add new for example system notes to the display by just adding a request.
Before | After |
---|---|
2020-12-10_23-25-29 | 2020-12-10_23-23-00 |
Closes #274 (closed)