shanedell commented on code in PR #694:
URL: https://github.com/apache/daffodil-vscode/pull/694#discussion_r1259758949
##########
package.json:
##########
@@ -625,6 +655,30 @@
"trace"
],
"default": "info"
+ },
+ "debuggerLogLevel": {
Review Comment:
So it gets defined twice because
[contributes.configuration](https://code.visualstudio.com/api/references/contribution-points#contributes.configuration)
are `Contribute configuration keys that will be exposed to the user.`, see
link. Then
[contributes.debuggers.configurationAttributes](https://code.visualstudio.com/api/references/contribution-points#contributes.debuggers)
is the schema for launch configuration arguments specific to this debugger.`,
see link.
--
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]