nand2tetris / web-ide

A web-based IDE for https://nand2tetris.org
https://nand2tetris.github.io/web-ide
Other
39 stars 11 forks source link

Extension FS that crosses the webview/host boundary #175

Closed DavidSouther closed 1 month ago

DavidSouther commented 1 year ago

When compiling a chip, if a part isn't builtin, the loader will attempt to read that chip's .hdl from the current directory. This requires a FileSystem, which is fine for tests, web, and CLI. The extension needs a FileSystem implementation that can request, from the webview, a certain hdl file and receive it at a later time.

DavidSouther commented 1 month ago

Closing, as we aren't pursuing a VSCode extension. Maybe re-open if we reconsider.