codesandbox / codesandbox-client

An online IDE for rapid web development
https://codesandbox.io
Other
12.96k stars 2.26k forks source link

Add lit-html support (again) #5369

Open tbo opened 3 years ago

tbo commented 3 years ago

🌈 Feature lit-html template example:

html`
  <div>Hello world</div>
`

This has been requested already in #3562, closed in #3564 and reverted on the same day in 56fe4db4398517277c31e4889f290edfb5e8aef9 without opening the issue again. It seems that the size of the original extension was a problem.

@jonsherrard suggested in https://github.com/codesandbox/codesandbox-client/issues/3564#issuecomment-620284913 to use a smaller alternative: https://github.com/mjbvz/vscode-lit-html

github-actions[bot] commented 3 years ago

This issue has automatically been marked stale because there has been no activity in a while. Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed.

tbo commented 3 years ago

The issue hasn't been resolved.

lpoulter commented 2 years ago

This would be great.