fix missing api links

This commit is contained in:
Sofian Hnaide 2015-11-17 14:52:45 -08:00
parent 23a08adfcd
commit 4b1f422d5b

8
src/vs/vscode.d.ts vendored
View file

@ -736,7 +736,7 @@ declare namespace vscode {
* Adds a set of decorations to the text editor. If a set of decorations already exists with
* the given [decoration type](#TextEditorDecorationType), they will be replaced.
*
* See [createTextEditorDecorationType](#window.createTextEditorDecorationType).
* @see [createTextEditorDecorationType](#window.createTextEditorDecorationType).
*
* @param decorationType A decoration type.
* @param rangesOrOptions Either [ranges](#Range) or more detailed [options](#DecorationOptions).
@ -1050,9 +1050,9 @@ declare namespace vscode {
* Represents an action that is shown with an information, warning, or
* error message
*
* @see #window.showInformationMessage
* @see #window.showWarningMessage
* @see #window.showErrorMessage
* @see [showInformationMessage](#window.showInformationMessage)
* @see [showWarningMessage](#window.showWarningMessage)
* @see [showErrorMessage](#window.showErrorMessage)
*/
export interface MessageItem {