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.