Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/formulahendry/vscode-code-runner-for-web
- Owner: formulahendry
- License: mit
- Created: 2021-12-04T12:45:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T16:52:31.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T14:36:58.256Z (12 days ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner-for-web
- Size: 951 KB
- Stars: 55
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).