mbeckerle commented on code in PR #694:
URL: https://github.com/apache/daffodil-vscode/pull/694#discussion_r1259691986
##########
package.json:
##########
@@ -420,6 +420,30 @@
"logFile":
"${workspaceFolder}/dataEditor-${omegaEditPort}.log",
"logLevel": "info"
}
+ },
+ "debuggerLogLevel": {
+ "type": "string",
+ "description": "Debugger log level",
+ "enum": [
+ "ALL",
+ "DEBUG",
+ "ERROR",
+ "INFO",
+ "OFF",
+ "TRACE",
+ "WARN"
+ ],
+ "default": "INFO"
+ },
+ "debuggerLogFilePath": {
+ "type": "string",
+ "description": "Debugger log file path",
+ "default": "/tmp/daffodil-debugger.log"
+ },
+ "devMode": {
+ "type": "boolean",
+ "description": "Enable development mode, enables certain
features",
Review Comment:
say maybe 'enables running the debugger that is under development'
##########
package.json:
##########
@@ -625,6 +655,30 @@
"trace"
],
"default": "info"
+ },
+ "debuggerLogLevel": {
Review Comment:
why is all this stuff here twice? Is there some way to share the common
definitions of all these things?
--
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]