Decorator SampleThis folder contains a sample VS code extension that demonstrates the editor 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. The sample also shows the use of a user defined themeable color. Instead of hardcoding a color value this allows users (and themes) to redefine the color in the user settings. VSCode APIThe sample code show the usage of the vscode. Running the Sample
|