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


##########
src/omega_edit/utils.ts:
##########
@@ -26,7 +26,13 @@ import { getClient, ALL_EVENTS } from 'omega-edit/settings'
 import * as omegaEditServer from 'omega-edit/server'
 import { runScript } from '../utils'
 
-const client = getClient()
+var client

Review Comment:
   `var` should be `let`.  Should specify the `client` type here as well.



-- 
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