Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fliplet/fliplet-vscode-extension

Fliplet Developer Tools extension for Visual Studio Code
https://github.com/fliplet/fliplet-vscode-extension

extension vscode

Last synced: about 5 hours ago
JSON representation

Fliplet Developer Tools extension for Visual Studio Code

Awesome Lists containing this project

README

        

# Fliplet Developer Tools - Visual Studio Code Extension

**First-party extension to manage your Fliplet apps using your favourite code editor.**

This extension adds a new sidebar icon where you can log in with your Fliplet Studio account and edit your apps.

---

## Update the extension

1. Install vsce `npm install -g vsce`
2. Increase version on `package.json` file
3. Run `vsce publish` to package the version as a new vsix file
4. Upload the version via the UI at https://marketplace.visualstudio.com/manage/publishers/fliplet

---

### Future support for web

- Follow requirements in https://code.visualstudio.com/api/extension-guides/web-extensions
- Change FS usage to https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider or https://github.com/jvilk/BrowserFS