Sample minimal 'vscode-like` workspace implementation using monaco.
Core components/dependencies:
https://bryjen.github.io/monaco-editor-impl/
Pressing ctrl+enter in the editor component triggers a sample test execution flow.
git clone https://github.com/bryjen/monaco-editor-impl.git
cd monaco-editor-impl
bun install
bun run build # or `bun run build:watch` to watch for file changesExecuting above will place build artifacts to ./out, which can then be served (ex. using vercel's serve tool).