request: support vscode browser based extension (vscode.dev)

Problem to solve

As a developer I want to open my web browser to https://vscode.dev/gitlab.mycorp.com/mygroup/myproject/-/merge_requests/3 and to be able to see the code/MR, so I can use vscode just by clicking a link

Proposal

potentially make the extension support web extensions, at least partially

https://code.visualstudio.com/api/extension-guides/web-extensions#update-existing-extensions-to-web-extensions

Further details

If I have a lot of projects and merge requests get created, I'd rather be able to click a link to open an editor than open the editor, clone the repo, etc

remote-fs-url-format.md is cool, but can't seem to open up a merge request or use the plugin from that view

code --folder-uri 'gitlab-remote://gitlab.mycorp.com/myproject?project=35595&ref=master'

Links / references

Edited by Woz