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: 11 months ago
JSON representation
Run code in browser version of VS Code
- Host: GitHub
- URL: https://github.com/formulahendry/vscode-code-runner-for-web
- Owner: formulahendry
- License: mit
- Created: 2021-12-04T12:45:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T16:52:31.000Z (over 4 years ago)
- Last Synced: 2025-04-16T09:22:48.250Z (over 1 year ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner-for-web
- Size: 951 KB
- Stars: 56
- Watchers: 5
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Runner for Web
[](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

## 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).