Skip to content

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

@formulahendry

Description

@formulahendry

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions