Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex0007/tab-labels-sample

Sample extension to showcase ability to change tab labels in vscode
https://github.com/alex0007/tab-labels-sample

Last synced: about 1 month ago
JSON representation

Sample extension to showcase ability to change tab labels in vscode

Awesome Lists containing this project

README

        

# Tab Labels Sample

This example shows an ability to rename tabs with Extensions API.

## Demo

![demo](demo.gif)

## Running the Sample

### Prerequisites

You should have vscode built from [Alex0007/vscode/tabLabels](https://github.com/Alex0007/vscode/tree/tabLabels).

### How to run

- Open extension folder with built version of vscode
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window