mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
18 lines
478 B
Markdown
18 lines
478 B
Markdown
# CodeLens Sample
|
|
|
|
This is a sample extension that shows the usage of the CodeLens API.
|
|
|
|
It is not intended as a production quality extension.
|
|
|
|
- Create a new file
|
|
- Write anything
|
|
- Click on the CodeLens for action example
|
|
- Can be enabled or disabled by command palete
|
|
|
|
# How it works, what it shows?
|
|
|
|
- The extension uses the [`CodeLens`](https://code.visualstudio.com/docs/extensionAPI/vscode-api#CodeLens)
|
|
|
|
# How to run locally
|
|
|
|
* open this folder in VS Code and press `F5` |