add colorstabs ext

This commit is contained in:
Ore Poran 2019-03-02 13:17:41 +01:00
parent 3e500f8583
commit 4c30b54331

View File

@ -55,6 +55,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Azure Cosmos DB](#azure-cosmos-db)
- [Azure IoT Toolkit](#azure-iot-toolkit)
- [Bookmarks](#bookmarks)
- [Color Tabs](#color-tabs)
- [Create tests](#create-tests)
- [Deploy](#deploy)
- [Duplicate Action](#duplicate-action)
@ -471,6 +472,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Bookmarks toogle screenshot](https://raw.githubusercontent.com/alefragnani/vscode-bookmarks/master/images/bookmarks-toggle.png)
## [Color Tabs](https://marketplace.visualstudio.com/items?itemName=orepor.color-tabs-vscode-ext)
> An extension for big projects or monorepos that colors your tab/titlebar based on the current package
![Color your tabs and/or titlebar based on regex](https://raw.githubusercontent.com/oreporan/color-tabs-vscode/master/docs/example_gif.gif)
## [Create tests](https://marketplace.visualstudio.com/items?itemName=hardikmodha.create-tests)
> An extension to quickly generate test files.