shanedell commented on code in PR #694:
URL: https://github.com/apache/daffodil-vscode/pull/694#discussion_r1261513390
##########
package.json:
##########
@@ -625,6 +649,31 @@
"trace"
],
"default": "info"
+ },
+ "dfdlDebuggerLogLevel": {
Review Comment:
So those ones are just used for default values of the hierarchy items. It is
the same thing we do with other hierarchy items. It might be something to make
a new ticket for this, instead of making these items like we do currently for
each hierarchy item individually we just make one object default item that sets
all of them at once. Does sound good? Since, this is done in multiple places,
it would be good to have a separate PR to fix this everywhere.
--
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]