VS Code extension for Pair Programming with ChatGPT
Ask ChatGPT to write something and run his code in Docker.
For example: Write a shell command to create a skeleton nodejs web app, in current folder:
This extension contributes the following settings:
chatgpt-pair-programming.apiKey: OpenAI API key from https://platform.openai.com/account/api-keys.chatgpt-pair-programming.wrappingTemplate: Code to wrap snippets from ChatGPT,docker run ...by default.chatgpt-pair-programming.askBeforeEachRun: Set tofalseto stop asking before running ChatGPT snippets.
Initial release. Supporting simple use case.



