Ecosyste.ms: Awesome

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

https://github.com/0xGG/vscode-pwa

Bundle Visual Studio Code as Progressive Web Application with Native File System API support
https://github.com/0xGG/vscode-pwa

pwa vscode

Last synced: 9 days ago
JSON representation

Bundle Visual Studio Code as Progressive Web Application with Native File System API support

Lists

README

        

# VSCode PWA

This is an experimental project and is under development.

https://0xgg.io/vscode-pwa/

```bash
git submodule update --recursive --init
yarn
yarn build:splash-screen
yarn build:dev
yarn start
```

## Usage

Please open **Command Palette** (ctrl-shift-p or cmd-shift-p on macOS) then run:

* `NativeFS: Open Folder` command to open a local folder on your device.
* `MemFS: Open Folder` command to create/open a temporary folder in memory.

## Extensions

This project depends on the following extensions:

* [vscode-web-fs](https://github.com/0xGG/vscode-web-fs)
* [vscode-web-ui](https://github.com/0xGG/vscode-web-ui)
* [vscode-isomorphic-git](https://github.com/0xGG/vscode-isomorphic-git)
## Credits

* [vscode-web](https://github.com/Felx-B/vscode-web/)
* Logo generated from [icons8](https://icons8.com/icons/set/visual-studio-code)