Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 files

The 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