Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsolorio/vscode-octicon-extension-sample
https://github.com/miguelsolorio/vscode-octicon-extension-sample
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelsolorio/vscode-octicon-extension-sample
- Owner: miguelsolorio
- Created: 2019-08-27T15:55:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T19:34:35.000Z (over 5 years ago)
- Last Synced: 2025-01-03T13:38:49.374Z (21 days ago)
- Language: TypeScript
- Size: 1.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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)