microsoft / microsoft/vscode-livepreview
Make Live Preview work on the web
Open
Nobody has claimed this yet.
feature-request
- Dominant language
- TypeScript
- Stars
- 596
- Forks
- 119
- Avg merge
- 1d 4m
- Merged PRs (30d)
- 5
Description
Having live preview working on the web can make vscode.dev/github.dev a great place for quick frontend edits, education and simple prototyping.
The scope would be just static HTML/CSS/JS preview, no fancy transformations or sandboxing.
The idea so far was to have a Service Worker that pipes the files from VS Code's virtual file system. First step would be to get a prototype working to validate the feasibility.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.