Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formulahendry/vscode-code-runner-for-web

Run code in browser version of VS Code
https://github.com/formulahendry/vscode-code-runner-for-web

vscode vscode-extension

Last synced: 5 days ago
JSON representation

Run code in browser version of VS Code

Awesome Lists containing this project

README

        

# Code Runner for Web

[![Actions Status](https://github.com/formulahendry/vscode-code-runner-for-web/actions/workflows/main.yml/badge.svg)](https://github.com/formulahendry/vscode-code-runner-for-web/actions/workflows/main.yml)

Run code in browser: Python

## Usages

* To run code:
* open **Command Palette** (Ctrl+Shift+P), then type `Run Code in Web`,
* or right click the Text Editor and then click `Run Code in Web` in editor context menu
* or click `Run Code in Web` button in editor title menu

![usage](images/usage.png)

## Limitation

* Only support [Python standard library](https://docs.python.org/3/library/) and [prebuilt Python packages in Pyodide](https://pyodide.org/en/latest/usage/packages-in-pyodide.html)
* Only support running single Python file

## Telemetry

Anonymous telemetry collection is on by default. To opt out, please set the `telemetry.enableTelemetry` setting to `false`. Learn more in [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).