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.
- Install vsce
npm install -g vsce
- Increase version on
package.json
file - Run
vsce publish
to package the version as a new vsix file - Upload the version via the UI at https://marketplace.visualstudio.com/manage/publishers/fliplet
- 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