codestream icon indicating copy to clipboard operation
codestream copied to clipboard

Feature Request: Add checkbox option on Gitlab MR View for VSCode

Open belfortmaycon opened this issue 3 years ago • 2 comments

Today, when using checkbox option on web Gitlab MR description, on VSCode it shows just the markdown.

Example of MR Description markdown:

- [ ] Some text
- [x] Some text

To check it in VSCode I must edit the MR and insert x for the "checkbox"

belfortmaycon avatar Apr 14 '21 17:04 belfortmaycon

Thanks for the feedback @belfortmaycon. I'm not sure if GitLab's api supports checkbox states yet, but we'll see if we can figure something out.

planteater avatar Apr 14 '21 19:04 planteater

Hi @planteater, would not be like a frontend perspective and send to api like a description update? Today on Gitlab, if click on checkbox on description a new "comment" is added to the MR activity, same happens when click to edit the description and change the [ ] to [x].

This already happen when doing the same edit step on CodeStream

belfortmaycon avatar Apr 15 '21 00:04 belfortmaycon