Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sketchbuch/vsc-quokka-statusbar
Adds buttons to the status bar in VSC to control Quokka
https://github.com/sketchbuch/vsc-quokka-statusbar
javascript quokka statusbar typescript vscode vscode-extension
Last synced: about 1 month ago
JSON representation
Adds buttons to the status bar in VSC to control Quokka
- Host: GitHub
- URL: https://github.com/sketchbuch/vsc-quokka-statusbar
- Owner: sketchbuch
- License: mit
- Created: 2019-06-27T17:59:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:00:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T15:04:25.120Z (6 months ago)
- Topics: javascript, quokka, statusbar, typescript, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sketchbuch.vsc-quokka-statusbar
- Size: 138 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Quokka Statusbar Buttons Extension
**(vsc-quokka-statusbar)**
![alt text](https://raw.githubusercontent.com/sketchbuch/vsc-quokka-statusbar/master/docs/images/screenshot.png 'VSC Quokka Statusbar Buttons Extension')
Adds buttons to the status bar in Visual Studio Code (VSC) to control Quokka:
- **"Q +"** Start Quokka on the current file
- **"Q -"** Stop Quokka from processing the current file
- **"Q --"** Stop Quokka from processing all filesThe buttons appear when the active editor is a Javascript/Typescript file. There are no configurations options at the moment as I can't see any need for them.
## Additional Information
- You need to install the [Quokka VSC extension](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) to be able to use this extension
- This is my first VSC extension so feel free to give me feedback## Latest version
#### [1.3.6](https://github.com/sketchbuch/vsc-quokka-statusbar/compare/v1.3.5...v1.3.6) (2020-08-28)
- Upgraded vscode-ext-localisation