Files
vscode-extension-samples/decorator-sample
Martin Aeschlimann 24a151f0c5 update decorator-sample
2017-10-10 12:51:02 +02:00
..
2017-10-10 12:51:02 +02:00
2015-11-05 17:33:07 +01:00
2015-11-05 17:33:07 +01:00
2017-10-10 12:51:02 +02:00
2016-12-30 12:05:24 +01:00
2016-12-30 12:05:24 +01:00
2016-12-30 10:56:16 +01:00

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