Add @param docs to link handler api

This commit is contained in:
Daniel Imms
2020-04-15 05:33:10 -07:00
parent 39419c6e58
commit 17e606160b

2
src/vs/vscode.d.ts vendored
View File

@@ -8197,6 +8197,8 @@ declare module 'vscode' {
/**
* Handles a link that is activated within the terminal.
*
* @param terminal The terminal the link was activated on.
* @param link The text of the link activated.
* @return Whether the link was handled, if the link was handled this link will not be
* considered by any other extension or by the default built-in link handler.
*/