There is a version of VSC that runs in a browser. I think it would be a good thing if leo-integ could work in it.
VSC for the browser apparently needs extensions that run code to follow certain rules about browser sandboxes. See Visual Studio Code for the Web. From the link:
"Extensions that are running code need to be updated to support running in the browser sandbox. You can read more about what is involved to support extensions in the browser in the web extension authors guide"
I don't know if leo-integ can be adapted for this since it needs to communicate with a Leo instance via a server, but if not, then presumably Leojs would be able to.