mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
17 lines
501 B
Markdown
17 lines
501 B
Markdown
# README
|
|
## This is the README for the "decorator-sample"
|
|
-------------------
|
|
|
|
This folder contains a sample VS code extension that demonstrates the decorator API.
|
|
|
|
The sample creates a decoration for each number that appears in the active editor. It
|
|
demonstrates some of the decorator features such as borders, background colors, cursors
|
|
and hovers.
|
|
|
|

|
|
|
|
# How to run locally
|
|
|
|
* `npm run compile` to start the compiler in watch mode
|
|
* open this folder in VS Code and press `F5`
|