Closed
Description
On this article:
https://www.freecodecamp.org/news/learn-programming-in-your-browser-the-right-way/
it says that adding this HTML to a page will let you import the repo into Codespaces:
<p>
<a href="https://online.visualstudio.com/environments/new?name=My%20Project&repo=username/reponame">
<img src="https://img.shields.io/endpoint?style=social&url=https%3A%2F%2Faka.ms%2Fvso-badge">
</a>
</p>
Is it possible to make this work with code-server? It doesn't seem to work at the moment.