shanedell commented on code in PR #694:
URL: https://github.com/apache/daffodil-vscode/pull/694#discussion_r1260149228
##########
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:
this variable was removed
--
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]