scholarsmate commented on code in PR #778:
URL: https://github.com/apache/daffodil-vscode/pull/778#discussion_r1291720107
##########
src/utils.ts:
##########
@@ -21,6 +21,7 @@ import * as os from 'os'
import * as child_process from 'child_process'
import path from 'path'
import { VSCodeLaunchConfigArgs } from './classes/vscode-launch'
+import * as JSONC from 'jsonc-parser'
Review Comment:
Looks like you're just using `parse` from from `json-parser`, why `import *`
from it?
--
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]