Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 501 Bytes

File metadata and controls

16 lines (11 loc) · 501 Bytes

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.

sample

How to run locally

  • npm run compile to start the compiler in watch mode
  • open this folder in VS Code and press F5