Merge pull request #137 from rehrumesh/patch-1

Added API links for TestEditor.setDecorations and  createTextDecorationType
This commit is contained in:
Daniel Imms
2018-12-29 07:47:05 -08:00
committed by GitHub

View File

@ -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.
to customize the large number decoration color.