Skip to content

Draft: feat: add discussion sort order setting

This MR adds discussion sort ordering like in GitLab’s discussion section. I use the Newest first ordering myself and find the default Oldest first ordering in the extension confusing at times. For the first iteration/MVC, I added a VS Code setting but having a button in the webview which changes the option would be a good next step.

Screenshots

Reference (GitLab.com)

image

Implementation

setting oldest first (default, like in GitLab) newest first
image image image

Merge request reports