You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is the 'clientRequestTime' field, which is a number indicating
182
182
the time at which the client made the request (milliseconds
183
183
since epoch). Providing clientRequestTime helps us track
184
-
how responsive analysis server is to client requests
184
+
how responsive the analysis server is to client requests
185
185
and better address any issues that occur.
186
186
</p>
187
187
<p>
@@ -247,7 +247,7 @@ <h3>Enumerations</h3>
247
247
<h3>Changelog</h3>
248
248
<h4>1.40.0</h4>
249
249
<ul>
250
-
<li>Added a an optional <tt>version</tt> field to <tt>AddContentOverlay</tt> and <tt>ChangeContentOverlay</tt> to allow clients/servers to have a way to identify specific versions of documents.</li>
250
+
<li>Added an optional <tt>version</tt> field to <tt>AddContentOverlay</tt> and <tt>ChangeContentOverlay</tt> to allow clients/servers to have a way to identify specific versions of documents.</li>
<p>An optional version number for the document. Version numbers allow the server to tag edits with the version of the document they apply to which can avoid applying edits to documents that have already been updated since the edits were computed.</p>
3293
-
<p>If version numbers are supplied with AddContentOverlay and ChangeContentOverlay, they must be increasing (not not necessarily consecutive) numbers.</p>
3293
+
<p>If version numbers are supplied with AddContentOverlay and ChangeContentOverlay, they must be increasing (but not necessarily consecutive) numbers.</p>
<p>An optional version number for the document. Version numbers allow the server to tag edits with the version of the document they apply to which can avoid applying edits to documents that have already been updated since the edits were computed.</p>
3526
-
<p>If version numbers are supplied with AddContentOverlay and ChangeContentOverlay, they must be increasing (not not necessarily consecutive) numbers.</p>
3526
+
<p>If version numbers are supplied with AddContentOverlay and ChangeContentOverlay, they must be increasing (but not necessarily consecutive) numbers.</p>
Copy file name to clipboardExpand all lines: pkg/analysis_server/tool/lsp_spec/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ The following custom fields/methods/notifications are also provided by the Dart
158
158
159
159
### Message.clientRequestTime Field
160
160
161
-
The server accepts an optional `int?` on all incoming messages named `clientRequestTime` (alongside `id`, `method`, `params`) containing a timestamp (milliseconds since epoch) of when the client made that request. Providing clientRequestTime helps track how responsive analysis server is to client requests and better address any issues that occur.
161
+
The server accepts an optional `int?` on all incoming messages named `clientRequestTime` (alongside `id`, `method`, `params`) containing a timestamp (milliseconds since epoch) of when the client made that request. Providing `clientRequestTime` helps track how responsive the analysis server is to client requests and better address any issues that occur.
0 commit comments