From 6a0a3d48ed316eba138b51061c3cf7afe58d8375 Mon Sep 17 00:00:00 2001 From: Rumesh Eranga Hapuarachchi Date: Sat, 29 Dec 2018 15:02:51 +0530 Subject: [PATCH] Added API links for TestEditor.setDecorations and createTextDecorationType --- decorator-sample/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/decorator-sample/README.md b/decorator-sample/README.md index ee700de8..29491ad8 100644 --- a/decorator-sample/README.md +++ b/decorator-sample/README.md @@ -12,7 +12,7 @@ The sample also shows the use of a user defined themeable color. Instead of hard ## VSCode API -The sample code show the usage of the vscode.`TextEditor.setDecorations` and `vscode.window.createTextEditorDecorationType` APIs as well as the `colors` contribution point. +The sample code show the usage of the vscode.[`TextEditor.setDecorations`](https://code.visualstudio.com/api/references/vscode-api#TextEditor.setDecorations) and [`vscode.window.createTextEditorDecorationType`](https://code.visualstudio.com/api/references/vscode-api#window.createTextEditorDecorationType) APIs as well as the `colors` contribution point. ## Running the Sample @@ -28,4 +28,4 @@ The sample code show the usage of the vscode.`TextEditor.setDecorations` and `vs "myextension.largeNumberBackground": "#ff00ff" } ``` - to customize the large number decoration color. \ No newline at end of file + to customize the large number decoration color.