Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-vscode-extension
- Owner: Fliplet
- License: mit
- Created: 2021-02-03T21:31:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T11:57:44.000Z (5 months ago)
- Last Synced: 2024-05-30T13:31:03.223Z (5 months ago)
- Topics: extension, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=fliplet.vscode
- Size: 386 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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