Skip to content

fix(status bar): status bar items couldn't open MRs and issues

Tomas Vik requested to merge 278-fix-incorrect-open-command into main

This small fix converts a string URL into vscode.Uri. VS Code otherwise can't open the URL.

The unit tests were tested for the string URL and hence passing.

This issue has been introduced in !227 (diffs)

Related to #378 (closed)

Edited by Tomas Vik

Merge request reports