Skip to content

Commit 9daedc6

Browse files
mibu138mergify[bot]
authored andcommitted
Updated API docs to account for new possible file_only field in GoTo responses.
1 parent 42a7c06 commit 9daedc6

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

docs/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5476,6 +5476,20 @@ <h3 class="panel-title"><a name="/definitions/SubcommandResponse"></a>Subcommand
54765476

54775477
</div>
54785478
</dd>
5479+
<dt data-property-name="file_only">
5480+
<span class="json-property-name">file_only:</span>
5481+
5482+
<span class="json-property-type">boolean</span>
5483+
<span class="json-property-range" title="Value limits"></span>
5484+
5485+
</dt>
5486+
<dd>
5487+
<p>If present, the line_num and column_num can be ignored.</p>
5488+
5489+
<div class="json-inner-schema">
5490+
5491+
</div>
5492+
</dd>
54795493
<dt data-property-name="extra_data">
54805494
<span class="json-property-name">extra_data:</span>
54815495

docs/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/openapi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@ definitions:
372372
$ref: "#/definitions/LineNumber"
373373
column_num:
374374
$ref: "#/definitions/ColumnNumber"
375+
file_only:
376+
type: boolean
377+
description: |-
378+
If present, the line_num and column_num can be ignored.
375379
extra_data:
376380
type: object
377381
description: |-

0 commit comments

Comments
 (0)