Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alex0007/tab-labels-sample
- Owner: Alex0007
- Created: 2023-10-31T04:39:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T17:39:25.000Z (about 1 year ago)
- Last Synced: 2024-04-17T04:15:30.944Z (8 months ago)
- Language: TypeScript
- Size: 359 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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