mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Merge pull request #137 from rehrumesh/patch-1
Added API links for TestEditor.setDecorations and createTextDecorationType
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user