Alternative extension to do something similar, but using VSCode's native notebooks: <a href="https://marketplace.visualstudio.com/items?itemName=jaaxxx.llm-book" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=jaaxxx.l...</a>. It's more tailored to crafting long-form few-shot prompts, rather than a single text box. Think ChatGPT playground but with a text editor interface that isn't absolutely terrible.<p>Nice part about that one is no separate server, no telemetry, and the backing file format is simple JSON you can directly import from your production application. However the range of supported models is smaller (basically only LLaMa-style and OpenAI-style interfaces are supported).
VSCode is a good target for single-player editing, and I can see something like this being helpful, but what does a collaborative experience look like, eg if you have a team of folks all working on the same prompts?