scholarsmate commented on code in PR #841:
URL: https://github.com/apache/daffodil-vscode/pull/841#discussion_r1327726285


##########
src/svelte/src/components/ServerMetrics/ServerMetrics.svelte:
##########
@@ -20,13 +20,19 @@ limitations under the License.
 
   let heartbeat = {
     latency: 0,
-    omegaEditPort: 0,
     serverCpuLoadAverage: 0,
     serverTimestamp: 0,
     serverUptime: 0,
     serverUsedMemory: 0,
-    serverVersion: 'Unknown',
     sessionCount: 0,
+    omegaEditPort: 0,
+    serverVersion: 'Unknown',

Review Comment:
   Nope.  One is info and the other is setup for displaying in the UI.  The 
difference in case can also be used to help troubleshoot what side a problem 
has occurred on (extension side vs. webview side).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to