Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miguelsolorio/vscode-octicon-extension-sample


https://github.com/miguelsolorio/vscode-octicon-extension-sample

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Octicons Extension Sample

This is a sample extension that adds a status bar entry that toggles through Octicons when clicked.

image

## VS Code API

### Icons
- [Octicons](https://code.visualstudio.com/api/references/icons-in-labels) are used in the `updateStatusBarItem()` function as text.

### `vscode` module

- [`languages.registerCompletionItemProvider`](https://code.visualstudio.com/api/references/vscode-api#window.createStatusBarItem)