scholarsmate commented on code in PR #841:
URL: https://github.com/apache/daffodil-vscode/pull/841#discussion_r1327729083
##########
src/dataEditor/dataEditorClient.ts:
##########
@@ -94,8 +96,19 @@ const OMEGA_EDIT_MIN_PORT: number = 1024
// file-scoped types
//
*****************************************************************************
+class ServerInfo implements IServerInfo {
+ serverHostname: string = 'unknown' // hostname
Review Comment:
Seems like that would add a lot of boilerplate to the code for very little
benefit.
--
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]