Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing Code Runner Copilot: make it easy to run code in VS Code #1147

Open
formulahendry opened this issue Jun 5, 2024 · 0 comments
Open

Comments

@formulahendry
Copy link
Owner

If you’re a beginner using VS Code, you might encounter common issues such as:

  • Why doesn't my code run?
  • What is the PATH environment variable?
  • How to support stdin or input?
  • How to run code in terminal?
  • How to customize the parameters of each language?
  • How to add support for new programming languages?

With the new Code Runner Copilot extension, all problems are solved!

You can ask questions directly in GitHub Copilot Chat:
image

Or even run the code directly:
run-code

Code Runner Copilot, your smart Copilot to run code:
https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner-copilot

The code is open source under MIT Lisense, welcome to check it out:
https://github.com/formulahendry/vscode-code-runner-copilot

Note that because the Chat API is not yet available in the stable version of VS Code, the latest VS Code Insiders 1.90 is currently required to use this extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant