scholarsmate commented on code in PR #414:
URL: https://github.com/apache/daffodil-vscode/pull/414#discussion_r1067414289
##########
src/tests/runTest.ts:
##########
@@ -31,17 +30,10 @@ const DEFAULT_DAFFODIL_TEST_VSCODE_VERSION =
require('../../package.json').engines.vscode.replace('^', '')
async function main() {
- const {
- values: { disable_cert_verification },
- } = parseArgs({
- options: {
- disable_cert_verification: {
- type: 'boolean',
- short: 'k',
- default: false,
- },
- },
- })
+ var disable_cert_verification =
Review Comment:
I'm okay with this, but the value should be const, not var.
--
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]