I would be really tempted to build a proof of concept VS Code webview using Compose.
Although I'm not entirely sure the current VS Code engine supports it.
h
hfhbd
12/23/2023, 5:47 PM
Sure, the webview supports JS/HTML, so you can simply use the compose html lib.
e
Edoardo Luppi
12/23/2023, 6:03 PM
@hfhbd it's a bit limited compared to the WASM one, tho, right?
h
hfhbd
12/23/2023, 6:43 PM
It depends on the features you need. I don’t know if VS Code supports the final WASM GC proposal yet.
e
Edoardo Luppi
12/23/2023, 6:44 PM
Nope, uses Chromium 114. GC is in 120+
Edoardo Luppi
12/23/2023, 6:46 PM
If only they'd update to Electron 26 😭
But they have moved to 25 in August