Metadata-Version: 2.1
Name: vscode.dev
Version: 0.1.1
Project-URL: Homepage, https://github.com/billyeatcookies/vscode-dev
Project-URL: Bug Tracker, https://github.com/billyeatcookies/vscode-dev/issues
Author-email: Billy <billydevbusiness@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# vscode.dev 
The fully featured web browser based code editor from Microsoft as a **lightweight** desktop application installable from pypi.

![image](https://github.com/billyeatcookies/vscode.dev/assets/70792552/ea508990-e108-471c-8bcb-4de1cfafde5b)

## Install
```
pip install vscode.dev
```
After installing the pypi package, you can simply run following from anywhere:
```
python -m vscode.dev
```

> **Important:**
> package is only supported in windows
