File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -221,9 +221,9 @@ export interface SignatureHelp {
221221 * lies outside the range of `signatures[activeSignature].parameters`
222222 * defaults to 0 if the active signature has parameters. If
223223 * the active signature has no parameters it is ignored.
224- * In future version of the protocol this property might become
225- * mandatory to better express the active parameter if the
226- * active signature does have any .
224+ *
225+ * Since version 3.16.0 the `SignatureInformation` itself provides a
226+ * `activeParameter` property and it should be used instead of this one .
227227 */
228228 activeParameter? : uinteger ;
229229}
Original file line number Diff line number Diff line change @@ -240,9 +240,8 @@ export interface SignatureHelp {
240240 *
241241 * If the active signature has no parameters, it is ignored.
242242 *
243- * In future versions of the protocol this property might become
244- * mandatory (but still nullable) to better express the active parameter if
245- * the active signature does have any.
243+ * Since version 3.16.0 the `SignatureInformation` itself provides a
244+ * `activeParameter` property and it should be used instead of this one.
246245 */
247246 activeParameter? : uinteger | null ;
248247}
You can’t perform that action at this time.
0 commit comments