Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsolorio/vscode-webview-codicons-sample
https://github.com/miguelsolorio/vscode-webview-codicons-sample
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelsolorio/vscode-webview-codicons-sample
- Owner: miguelsolorio
- Created: 2020-10-14T21:51:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T21:55:24.000Z (over 4 years ago)
- Last Synced: 2025-01-03T13:38:49.736Z (21 days ago)
- Language: TypeScript
- Size: 11.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cat Codicons
Demonstrates loading [codicons](https://github.com/microsoft/vscode-codicons) in a [webview](https://code.visualstudio.com/api/extension-guides/webview).
## VS Code API
### `vscode` module
- [`window.createWebviewPanel`](https://code.visualstudio.com/api/references/vscode-api#window.createWebviewPanel)
## Running the example
- Open this example in VS Code 1.47+
- `npm install`
- `npm run watch` or `npm run compile`
- `F5` to start debuggingRun the `Cat Codicons: Show Cat Codicons` command to create the webview.