This extension allows you to use your MacBook Touch Bar panel most productively while you are developing web projects using VS Code.
Touch Bar will look like:
- 💾 Save All function
- 📦 Install dependencies script (like
yarn
) ✈️ Serve project script (likeyarn serve
)- 🛠 Build project script (like
yarn build
) - 🪲 Run tests script (like
yarn test
)
All scripts can be set via Extension settings
:
You can choose the commands mentioned above using the following settings:
touch-bar-web-dev.installScript
: Install Script (yarn
if not defined)touch-bar-web-dev.serveScript
: Serve Script (yarn serve
if not defined)touch-bar-web-dev.buildScript
: Build Script (yarn build
if not defined)touch-bar-web-dev.testScript
: Test Script (yarn test
if not defined)
Please follow the general rules when improving this extension. It can be found here. Any help is appreciated! :)
Buy me a Coffee
- ETH 0x7296446105e628f9995d2723c328bce79623df74
- BTC 1DVbQoijXQ4yqjoLNPuha51c16o3iJsasu
- DOT 15ZuyCrkVRGRMkrQwChhCy3jtjPZiDHSFiTzbVsHeEwYbhbk
Enjoy!