mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-21 13:36:49 +01:00
tweak jsdoc
This commit is contained in:
Vendored
+1
-1
@@ -3061,7 +3061,7 @@ declare module 'vscode' {
|
||||
/**
|
||||
* Creates a new parameter information object.
|
||||
*
|
||||
* @param label A label string or inclusive start and exclusive end offsets within its containing.
|
||||
* @param label A label string or inclusive start and exclusive end offsets within its containing signature label.
|
||||
* @param documentation A doc string.
|
||||
*/
|
||||
constructor(label: string | [number, number], documentation?: string | MarkdownString);
|
||||
|
||||
Reference in New Issue
Block a user