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: about 1 month ago
JSON representation
Bundle Visual Studio Code as Progressive Web Application with Native File System API support
- Host: GitHub
- URL: https://github.com/0xGG/vscode-pwa
- Owner: 0xGG
- License: mit
- Created: 2021-04-07T15:38:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T10:29:58.000Z (over 3 years ago)
- Last Synced: 2024-11-07T14:15:30.721Z (about 1 month ago)
- Topics: pwa, vscode
- Language: HTML
- Homepage: https://0xgg.io/vscode-pwa/
- Size: 26.8 MB
- Stars: 29
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - vscode-pwa
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)